Html Css Color HEX #705867 Cosmic

📋 copy color: '#705867'

red 112 ◦ green 88 ◦ blue 103

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

Shades of Cosmic #705867

Tints of Cosmic #705867

RGB

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

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

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

R = 36.96%
G = 29.04%
B = 33.99%

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

#705867 (or 0x705867) is known color: Cosmic. HEX triplet: 70, 58 and 67. RGB value is (112,88,103). Sum of RGB (Red+Green+Blue) = 112+88+103=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #705867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705867 is #8FA798. Grayscale: #606060. Windows color (decimal): -9414553 or 6772848. OLE color: 6772848.

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

Color convert

RGB 112 88 103 -
CMYK 0 0.21 0.08 0.56
HSL 322.5º 0.12% 0.39% -
HSV(B) 322.5º 0.21% 0.44% -
XYZ 12.62 11.4 14.37 -
YUV 96.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 112 88 103 0 0.21 0.08 0.56 322.5 0.12 0.39
Hex 70 58 67 0 15 8 38 142 C 27
Octal 160 130 147 0 25 10 70 502 14 47
Binary 1110000 1011000 1100111 0 10101 1000 111000 101000010 1100 100111

Color Harmonies of #705867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705867

Black with #705867

Text Example


Text Example

White with #705867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705867; }

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

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

background-color css

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

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

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

border-color css

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

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

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