Html Css Color HEX #704B5E Cosmic

📋 copy color: '#704B5E'

red 112 ◦ green 75 ◦ blue 94

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

Shades of Cosmic #704B5E

Tints of Cosmic #704B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.69%

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 39.86%
G = 26.69%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#704B5E (or 0x704B5E) is known color: Cosmic. HEX triplet: 70, 4B and 5E. RGB value is (112,75,94). Sum of RGB (Red+Green+Blue) = 112+75+94=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #704B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B5E is #8FB4A1. Grayscale: #585858. Windows color (decimal): -9417890 or 6179696. OLE color: 6179696.

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

Color convert

RGB 112 75 94 -
CMYK 0 0.33 0.16 0.56
HSL 329.19º 0.2% 0.37% -
HSV(B) 329.19º 0.33% 0.44% -
XYZ 11.22 9.29 11.79 -
YUV 88.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 112 75 94 0 0.33 0.16 0.56 329.19 0.2 0.37
Hex 70 4B 5E 0 21 10 38 149 14 25
Octal 160 113 136 0 41 20 70 511 24 45
Binary 1110000 1001011 1011110 0 100001 10000 111000 101001001 10100 100101

Color Harmonies of #704B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B5E

Black with #704B5E

Text Example


Text Example

White with #704B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,75,94); }

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

background-color css

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

 a { background-color: rgb(112,75,94); }

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

border-color css

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

 span { border-color: rgb(112,75,94); }

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