Html Css Color HEX #705865 Cosmic

📋 copy color: '#705865'

red 112 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #705865

Tints of Cosmic #705865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 37.21%
G = 29.24%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#705865 (or 0x705865) is known color: Cosmic. HEX triplet: 70, 58 and 65. RGB value is (112,88,101). Sum of RGB (Red+Green+Blue) = 112+88+101=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705865 is #8FA79A. Grayscale: #606060. Windows color (decimal): -9414555 or 6641776. OLE color: 6641776.

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

Color convert

RGB 112 88 101 -
CMYK 0 0.21 0.10 0.56
HSL 327.5º 0.12% 0.39% -
HSV(B) 327.5º 0.21% 0.44% -
XYZ 12.52 11.36 13.85 -
YUV 96.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 112 88 101 0 0.21 0.10 0.56 327.5 0.12 0.39
Hex 70 58 65 0 15 A 38 148 C 27
Octal 160 130 145 0 25 12 70 510 14 47
Binary 1110000 1011000 1100101 0 10101 1010 111000 101001000 1100 100111

Color Harmonies of #705865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705865

Black with #705865

Text Example


Text Example

White with #705865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705865; }

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

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

background-color css

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

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

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

border-color css

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

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

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