Html Css Color HEX #705965 Cosmic

📋 copy color: '#705965'

red 112 ◦ green 89 ◦ blue 101

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

Shades of Cosmic #705965

Tints of Cosmic #705965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.47%

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

R = 37.09%
G = 29.47%
B = 33.44%

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

#705965 (or 0x705965) is known color: Cosmic. HEX triplet: 70, 59 and 65. RGB value is (112,89,101). Sum of RGB (Red+Green+Blue) = 112+89+101=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #705965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705965 is #8FA69A. Grayscale: #616161. Windows color (decimal): -9414299 or 6642032. OLE color: 6642032.

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

Color convert

RGB 112 89 101 -
CMYK 0 0.21 0.10 0.56
HSL 328.7º 0.11% 0.39% -
HSV(B) 328.7º 0.21% 0.44% -
XYZ 12.6 11.53 13.87 -
YUV 97.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 112 89 101 0 0.21 0.10 0.56 328.7 0.11 0.39
Hex 70 59 65 0 15 A 38 149 B 27
Octal 160 131 145 0 25 12 70 511 13 47
Binary 1110000 1011001 1100101 0 10101 1010 111000 101001001 1011 100111

Color Harmonies of #705965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705965

Black with #705965

Text Example


Text Example

White with #705965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705965; }

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

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

background-color css

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

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

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

border-color css

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

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

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