Html Css Color HEX #704F5A Cosmic

📋 copy color: '#704F5A'

red 112 ◦ green 79 ◦ blue 90

#704F5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #704F5A

Tints of Cosmic #704F5A

RGB

 RED value IS 112 (44.14% from 255) = 39.86%

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 39.86%
G = 28.11%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#704F5A (or 0x704F5A) is known color: Cosmic. HEX triplet: 70, 4F and 5A. RGB value is (112,79,90). Sum of RGB (Red+Green+Blue) = 112+79+90=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F5A is #8FB0A5. Grayscale: #5A5A5A. Windows color (decimal): -9416870 or 5918576. OLE color: 5918576.

HSL color Cylindrical-coordinate representation of color #704F5A: hue angle of 340º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #704F5A is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 79 90 -
CMYK 0 0.29 0.20 0.56
HSL 340º 0.17% 0.37% -
HSV(B) 340º 0.29% 0.44% -
XYZ 11.32 9.77 10.96 -
YUV 90.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 112 79 90 0 0.29 0.20 0.56 340 0.17 0.37
Hex 70 4F 5A 0 1D 14 38 154 11 25
Octal 160 117 132 0 35 24 70 524 21 45
Binary 1110000 1001111 1011010 0 11101 10100 111000 101010100 10001 100101

Color Harmonies of #704F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F5A

Black with #704F5A

Text Example


Text Example

White with #704F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F5A; }

 p { color: rgb(112,79,90); }

 H1.HeaderClassName
 {
   color: #704F5A;
 }
 .AnyTagClassName
 {
   color: #704F5A;
 }
</style>

background-color css

<style>
 a { background-color: #704F5A; }

 a { background-color: rgb(112,79,90); }

 div.DivClassName
 {
   background-color: #704F5A;
 }
 .BgClassName
 {
   background-color: #704F5A;
 }
</style>

border-color css

<style>
 span { border-color: #704F5A; }

 span { border-color: rgb(112,79,90); }

 td.TdClassName
 {
   border-color: #704F5A;
 }
 .TagClassName
 {
   border-color: #704F5A;
 }
</style>