Html Css Color HEX #72605B Russett

📋 copy color: '#72605B'

red 114 ◦ green 96 ◦ blue 91

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

Shades of Russett #72605B

Tints of Russett #72605B

RGB

 RED value IS 114 (44.92% from 255) = 37.87%

 GREEN value IS 96 (37.89% from 255) = 31.89%

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 37.87%
G = 31.89%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72605B (or 0x72605B) is known color: Russett. HEX triplet: 72, 60 and 5B. RGB value is (114,96,91). Sum of RGB (Red+Green+Blue) = 114+96+91=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #72605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72605B is #8D9FA4. Grayscale: #646464. Windows color (decimal): -9281445 or 5988466. OLE color: 5988466.

HSL color Cylindrical-coordinate representation of color #72605B: hue angle of 13.04º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72605B is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 91 -
CMYK 0 0.16 0.20 0.55
HSL 13.04º 0.11% 0.4% -
HSV(B) 13.04º 0.2% 0.45% -
XYZ 13.01 12.7 11.66 -
YUV 100.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 114 96 91 0 0.16 0.20 0.55 13.04 0.11 0.4
Hex 72 60 5B 0 10 14 37 D B 28
Octal 162 140 133 0 20 24 67 15 13 50
Binary 1110010 1100000 1011011 0 10000 10100 110111 1101 1011 101000

Color Harmonies of #72605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72605B

Black with #72605B

Text Example


Text Example

White with #72605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72605B; }

 p { color: rgb(114,96,91); }

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

background-color css

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

 a { background-color: rgb(114,96,91); }

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

border-color css

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

 span { border-color: rgb(114,96,91); }

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