Html Css Color HEX #715965 Cosmic

📋 copy color: '#715965'

red 113 ◦ green 89 ◦ blue 101

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

Shades of Cosmic #715965

Tints of Cosmic #715965

RGB

 RED value IS 113 (44.53% from 255) = 37.29%

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

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

R = 37.29%
G = 29.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#715965 (or 0x715965) is known color: Cosmic. HEX triplet: 71, 59 and 65. RGB value is (113,89,101). Sum of RGB (Red+Green+Blue) = 113+89+101=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #715965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715965 is #8EA69A. Grayscale: #616161. Windows color (decimal): -9348763 or 6642033. OLE color: 6642033.

HSL color Cylindrical-coordinate representation of color #715965: hue angle of 330º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #715965 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 101 -
CMYK 0 0.21 0.11 0.56
HSL 330º 0.12% 0.4% -
HSV(B) 330º 0.21% 0.44% -
XYZ 12.73 11.6 13.88 -
YUV 97.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 113 89 101 0 0.21 0.11 0.56 330 0.12 0.4
Hex 71 59 65 0 15 B 38 14A C 28
Octal 161 131 145 0 25 13 70 512 14 50
Binary 1110001 1011001 1100101 0 10101 1011 111000 101001010 1100 101000

Color Harmonies of #715965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715965

Black with #715965

Text Example


Text Example

White with #715965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715965; }

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

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

background-color css

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

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

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

border-color css

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

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

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