Html Css Color HEX #76645C Russett

📋 copy color: '#76645C'

red 118 ◦ green 100 ◦ blue 92

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

Shades of Russett #76645C

Tints of Russett #76645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 38.06%
G = 32.26%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76645C (or 0x76645C) is known color: Russett. HEX triplet: 76, 64 and 5C. RGB value is (118,100,92). Sum of RGB (Red+Green+Blue) = 118+100+92=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76645C is #899BA3. Grayscale: #686868. Windows color (decimal): -9018276 or 6055030. OLE color: 6055030.

HSL color Cylindrical-coordinate representation of color #76645C: hue angle of 18.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76645C is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 92 -
CMYK 0 0.15 0.22 0.54
HSL 18.46º 0.12% 0.41% -
HSV(B) 18.46º 0.22% 0.46% -
XYZ 13.96 13.74 12.04 -
YUV 104.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 118 100 92 0 0.15 0.22 0.54 18.46 0.12 0.41
Hex 76 64 5C 0 F 16 36 12 C 29
Octal 166 144 134 0 17 26 66 22 14 51
Binary 1110110 1100100 1011100 0 1111 10110 110110 10010 1100 101001

Color Harmonies of #76645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76645C

Black with #76645C

Text Example


Text Example

White with #76645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76645C; }

 p { color: rgb(118,100,92); }

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

background-color css

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

 a { background-color: rgb(118,100,92); }

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

border-color css

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

 span { border-color: rgb(118,100,92); }

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