Html Css Color HEX #705864 Cosmic

📋 copy color: '#705864'

red 112 ◦ green 88 ◦ blue 100

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

Shades of Cosmic #705864

Tints of Cosmic #705864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

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

R = 37.33%
G = 29.33%
B = 33.33%

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

#705864 (or 0x705864) is known color: Cosmic. HEX triplet: 70, 58 and 64. RGB value is (112,88,100). Sum of RGB (Red+Green+Blue) = 112+88+100=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705864 is #8FA79B. Grayscale: #606060. Windows color (decimal): -9414556 or 6576240. OLE color: 6576240.

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

Color convert

RGB 112 88 100 -
CMYK 0 0.21 0.11 0.56
HSL 330º 0.12% 0.39% -
HSV(B) 330º 0.21% 0.44% -
XYZ 12.47 11.34 13.59 -
YUV 96.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 112 88 100 0 0.21 0.11 0.56 330 0.12 0.39
Hex 70 58 64 0 15 B 38 14A C 27
Octal 160 130 144 0 25 13 70 512 14 47
Binary 1110000 1011000 1100100 0 10101 1011 111000 101001010 1100 100111

Color Harmonies of #705864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705864

Black with #705864

Text Example


Text Example

White with #705864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705864; }

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

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

background-color css

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

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

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

border-color css

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

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

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