Html Css Color HEX #705967 Cosmic

📋 copy color: '#705967'

red 112 ◦ green 89 ◦ blue 103

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

Shades of Cosmic #705967

Tints of Cosmic #705967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 36.84%
G = 29.28%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#705967 (or 0x705967) is known color: Cosmic. HEX triplet: 70, 59 and 67. RGB value is (112,89,103). Sum of RGB (Red+Green+Blue) = 112+89+103=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #705967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705967 is #8FA698. Grayscale: #616161. Windows color (decimal): -9414297 or 6773104. OLE color: 6773104.

HSL color Cylindrical-coordinate representation of color #705967: hue angle of 323.48º 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 #705967 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 103 -
CMYK 0 0.21 0.08 0.56
HSL 323.48º 0.11% 0.39% -
HSV(B) 323.48º 0.21% 0.44% -
XYZ 12.7 11.57 14.4 -
YUV 97.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 112 89 103 0 0.21 0.08 0.56 323.48 0.11 0.39
Hex 70 59 67 0 15 8 38 143 B 27
Octal 160 131 147 0 25 10 70 503 13 47
Binary 1110000 1011001 1100111 0 10101 1000 111000 101000011 1011 100111

Color Harmonies of #705967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705967

Black with #705967

Text Example


Text Example

White with #705967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705967; }

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

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

background-color css

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

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

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

border-color css

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

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

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