Html Css Color HEX #704B64 Cosmic

📋 copy color: '#704B64'

red 112 ◦ green 75 ◦ blue 100

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

Shades of Cosmic #704B64

Tints of Cosmic #704B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.84%

R = 39.02%
G = 26.13%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#704B64 (or 0x704B64) is known color: Cosmic. HEX triplet: 70, 4B and 64. RGB value is (112,75,100). Sum of RGB (Red+Green+Blue) = 112+75+100=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B64 is #8FB49B. Grayscale: #585858. Windows color (decimal): -9417884 or 6572912. OLE color: 6572912.

HSL color Cylindrical-coordinate representation of color #704B64: hue angle of 319.46º 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 #704B64 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 75 100 -
CMYK 0 0.33 0.11 0.56
HSL 319.46º 0.2% 0.37% -
HSV(B) 319.46º 0.33% 0.44% -
XYZ 11.5 9.4 13.26 -
YUV 88.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 112 75 100 0 0.33 0.11 0.56 319.46 0.2 0.37
Hex 70 4B 64 0 21 B 38 13F 14 25
Octal 160 113 144 0 41 13 70 477 24 45
Binary 1110000 1001011 1100100 0 100001 1011 111000 100111111 10100 100101

Color Harmonies of #704B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B64

Black with #704B64

Text Example


Text Example

White with #704B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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