Html Css Color HEX #705665 Cosmic

📋 copy color: '#705665'

red 112 ◦ green 86 ◦ blue 101

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

Shades of Cosmic #705665

Tints of Cosmic #705665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

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

R = 37.46%
G = 28.76%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#705665 (or 0x705665) is known color: Cosmic. HEX triplet: 70, 56 and 65. RGB value is (112,86,101). Sum of RGB (Red+Green+Blue) = 112+86+101=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705665 is #8FA99A. Grayscale: #5F5F5F. Windows color (decimal): -9415067 or 6641264. OLE color: 6641264.

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

Color convert

RGB 112 86 101 -
CMYK 0 0.23 0.10 0.56
HSL 325.38º 0.13% 0.39% -
HSV(B) 325.38º 0.23% 0.44% -
XYZ 12.36 11.04 13.79 -
YUV 95.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 112 86 101 0 0.23 0.10 0.56 325.38 0.13 0.39
Hex 70 56 65 0 17 A 38 145 D 27
Octal 160 126 145 0 27 12 70 505 15 47
Binary 1110000 1010110 1100101 0 10111 1010 111000 101000101 1101 100111

Color Harmonies of #705665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705665

Black with #705665

Text Example


Text Example

White with #705665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705665; }

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

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

background-color css

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

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

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

border-color css

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

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

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