Html Css Color HEX #76625E Russett

📋 copy color: '#76625E'

red 118 ◦ green 98 ◦ blue 94

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

Shades of Russett #76625E

Tints of Russett #76625E

RGB

 RED value IS 118 (46.48% from 255) = 38.06%

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

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

R = 38.06%
G = 31.61%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76625E (or 0x76625E) is known color: Russett. HEX triplet: 76, 62 and 5E. RGB value is (118,98,94). Sum of RGB (Red+Green+Blue) = 118+98+94=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76625E is #899DA1. Grayscale: #676767. Windows color (decimal): -9018786 or 6185590. OLE color: 6185590.

HSL color Cylindrical-coordinate representation of color #76625E: hue angle of 10º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76625E is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 94 -
CMYK 0 0.17 0.20 0.54
HSL 10º 0.11% 0.42% -
HSV(B) 10º 0.2% 0.46% -
XYZ 13.86 13.4 12.44 -
YUV 103.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 118 98 94 0 0.17 0.20 0.54 10 0.11 0.42
Hex 76 62 5E 0 11 14 36 A B 2A
Octal 166 142 136 0 21 24 66 12 13 52
Binary 1110110 1100010 1011110 0 10001 10100 110110 1010 1011 101010

Color Harmonies of #76625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76625E

Black with #76625E

Text Example


Text Example

White with #76625E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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