Html Css Color HEX #705964 Cosmic

📋 copy color: '#705964'

red 112 ◦ green 89 ◦ blue 100

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

Shades of Cosmic #705964

Tints of Cosmic #705964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

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

R = 37.21%
G = 29.57%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#705964 (or 0x705964) is known color: Cosmic. HEX triplet: 70, 59 and 64. RGB value is (112,89,100). Sum of RGB (Red+Green+Blue) = 112+89+100=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705964 is #8FA69B. Grayscale: #616161. Windows color (decimal): -9414300 or 6576496. OLE color: 6576496.

HSL color Cylindrical-coordinate representation of color #705964: hue angle of 331.3º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #705964 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 100 -
CMYK 0 0.21 0.11 0.56
HSL 331.3º 0.11% 0.39% -
HSV(B) 331.3º 0.21% 0.44% -
XYZ 12.55 11.51 13.62 -
YUV 97.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 112 89 100 0 0.21 0.11 0.56 331.3 0.11 0.39
Hex 70 59 64 0 15 B 38 14B B 27
Octal 160 131 144 0 25 13 70 513 13 47
Binary 1110000 1011001 1100100 0 10101 1011 111000 101001011 1011 100111

Color Harmonies of #705964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705964

Black with #705964

Text Example


Text Example

White with #705964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705964; }

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

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

background-color css

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

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

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

border-color css

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

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

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