Html Css Color HEX #705565 Cosmic

📋 copy color: '#705565'

red 112 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #705565

Tints of Cosmic #705565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

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

R = 37.58%
G = 28.52%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#705565 (or 0x705565) is known color: Cosmic. HEX triplet: 70, 55 and 65. RGB value is (112,85,101). Sum of RGB (Red+Green+Blue) = 112+85+101=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705565 is #8FAA9A. Grayscale: #5E5E5E. Windows color (decimal): -9415323 or 6641008. OLE color: 6641008.

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

Color convert

RGB 112 85 101 -
CMYK 0 0.24 0.10 0.56
HSL 324.44º 0.14% 0.39% -
HSV(B) 324.44º 0.24% 0.44% -
XYZ 12.28 10.88 13.77 -
YUV 94.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 112 85 101 0 0.24 0.10 0.56 324.44 0.14 0.39
Hex 70 55 65 0 18 A 38 144 E 27
Octal 160 125 145 0 30 12 70 504 16 47
Binary 1110000 1010101 1100101 0 11000 1010 111000 101000100 1110 100111

Color Harmonies of #705565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705565

Black with #705565

Text Example


Text Example

White with #705565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705565; }

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

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

background-color css

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

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

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

border-color css

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

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

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