Html Css Color HEX #705165 Cosmic

📋 copy color: '#705165'

red 112 ◦ green 81 ◦ blue 101

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

Shades of Cosmic #705165

Tints of Cosmic #705165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

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

R = 38.1%
G = 27.55%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#705165 (or 0x705165) is known color: Cosmic. HEX triplet: 70, 51 and 65. RGB value is (112,81,101). Sum of RGB (Red+Green+Blue) = 112+81+101=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #705165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705165 is #8FAE9A. Grayscale: #5C5C5C. Windows color (decimal): -9416347 or 6639984. OLE color: 6639984.

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

Color convert

RGB 112 81 101 -
CMYK 0 0.28 0.10 0.56
HSL 321.29º 0.16% 0.38% -
HSV(B) 321.29º 0.28% 0.44% -
XYZ 11.97 10.27 13.66 -
YUV 92.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 112 81 101 0 0.28 0.10 0.56 321.29 0.16 0.38
Hex 70 51 65 0 1C A 38 141 10 26
Octal 160 121 145 0 34 12 70 501 20 46
Binary 1110000 1010001 1100101 0 11100 1010 111000 101000001 10000 100110

Color Harmonies of #705165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705165

Black with #705165

Text Example


Text Example

White with #705165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705165; }

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

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

background-color css

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

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

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

border-color css

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

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

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