Html Css Color HEX #72625E Russett

📋 copy color: '#72625E'

red 114 ◦ green 98 ◦ blue 94

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

Shades of Russett #72625E

Tints of Russett #72625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 37.25%
G = 32.03%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72625E (or 0x72625E) is known color: Russett. HEX triplet: 72, 62 and 5E. RGB value is (114,98,94). Sum of RGB (Red+Green+Blue) = 114+98+94=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72625E is #8D9DA1. Grayscale: #666666. Windows color (decimal): -9280930 or 6185586. OLE color: 6185586.

HSL color Cylindrical-coordinate representation of color #72625E: hue angle of 12º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72625E is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 94 -
CMYK 0 0.14 0.18 0.55
HSL 12º 0.1% 0.41% -
HSV(B) 12º 0.18% 0.45% -
XYZ 13.33 13.12 12.42 -
YUV 102.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 114 98 94 0 0.14 0.18 0.55 12 0.1 0.41
Hex 72 62 5E 0 E 12 37 C A 29
Octal 162 142 136 0 16 22 67 14 12 51
Binary 1110010 1100010 1011110 0 1110 10010 110111 1100 1010 101001

Color Harmonies of #72625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72625E

Black with #72625E

Text Example


Text Example

White with #72625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72625E; }

 p { color: rgb(114,98,94); }

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

background-color css

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

 a { background-color: rgb(114,98,94); }

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

border-color css

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

 span { border-color: rgb(114,98,94); }

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