Html Css Color HEX #705766 Cosmic

📋 copy color: '#705766'

red 112 ◦ green 87 ◦ blue 102

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

Shades of Cosmic #705766

Tints of Cosmic #705766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 37.21%
G = 28.9%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#705766 (or 0x705766) is known color: Cosmic. HEX triplet: 70, 57 and 66. RGB value is (112,87,102). Sum of RGB (Red+Green+Blue) = 112+87+102=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705766 is #8FA899. Grayscale: #606060. Windows color (decimal): -9414810 or 6707056. OLE color: 6707056.

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

Color convert

RGB 112 87 102 -
CMYK 0 0.22 0.09 0.56
HSL 324º 0.13% 0.39% -
HSV(B) 324º 0.22% 0.44% -
XYZ 12.49 11.22 14.08 -
YUV 96.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 112 87 102 0 0.22 0.09 0.56 324 0.13 0.39
Hex 70 57 66 0 16 9 38 144 D 27
Octal 160 127 146 0 26 11 70 504 15 47
Binary 1110000 1010111 1100110 0 10110 1001 111000 101000100 1101 100111

Color Harmonies of #705766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705766

Black with #705766

Text Example


Text Example

White with #705766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705766; }

 p { color: rgb(112,87,102); }

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

background-color css

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

 a { background-color: rgb(112,87,102); }

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

border-color css

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

 span { border-color: rgb(112,87,102); }

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