Html Css Color HEX #704F64 Cosmic

📋 copy color: '#704F64'

red 112 ◦ green 79 ◦ blue 100

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

Shades of Cosmic #704F64

Tints of Cosmic #704F64

RGB

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

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

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

R = 38.49%
G = 27.15%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#704F64 (or 0x704F64) is known color: Cosmic. HEX triplet: 70, 4F and 64. RGB value is (112,79,100). Sum of RGB (Red+Green+Blue) = 112+79+100=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #704F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F64 is #8FB09B. Grayscale: #5B5B5B. Windows color (decimal): -9416860 or 6573936. OLE color: 6573936.

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

Color convert

RGB 112 79 100 -
CMYK 0 0.29 0.11 0.56
HSL 321.82º 0.17% 0.37% -
HSV(B) 321.82º 0.29% 0.44% -
XYZ 11.78 9.96 13.36 -
YUV 91.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 112 79 100 0 0.29 0.11 0.56 321.82 0.17 0.37
Hex 70 4F 64 0 1D B 38 142 11 25
Octal 160 117 144 0 35 13 70 502 21 45
Binary 1110000 1001111 1100100 0 11101 1011 111000 101000010 10001 100101

Color Harmonies of #704F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F64

Black with #704F64

Text Example


Text Example

White with #704F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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