Html Css Color HEX #76605C Russett

📋 copy color: '#76605C'

red 118 ◦ green 96 ◦ blue 92

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

Shades of Russett #76605C

Tints of Russett #76605C

RGB

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

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

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

R = 38.56%
G = 31.37%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76605C (or 0x76605C) is known color: Russett. HEX triplet: 76, 60 and 5C. RGB value is (118,96,92). Sum of RGB (Red+Green+Blue) = 118+96+92=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #76605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76605C is #899FA3. Grayscale: #666666. Windows color (decimal): -9019300 or 6054006. OLE color: 6054006.

HSL color Cylindrical-coordinate representation of color #76605C: hue angle of 9.23º 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 #76605C is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 92 -
CMYK 0 0.19 0.22 0.54
HSL 9.23º 0.12% 0.41% -
HSV(B) 9.23º 0.22% 0.46% -
XYZ 13.59 12.99 11.92 -
YUV 102.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 118 96 92 0 0.19 0.22 0.54 9.23 0.12 0.41
Hex 76 60 5C 0 13 16 36 9 C 29
Octal 166 140 134 0 23 26 66 11 14 51
Binary 1110110 1100000 1011100 0 10011 10110 110110 1001 1100 101001

Color Harmonies of #76605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76605C

Black with #76605C

Text Example


Text Example

White with #76605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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