Html Css Color HEX #765F58 Russett

📋 copy color: '#765F58'

red 118 ◦ green 95 ◦ blue 88

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

Shades of Russett #765F58

Tints of Russett #765F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 39.2%
G = 31.56%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#765F58 (or 0x765F58) is known color: Russett. HEX triplet: 76, 5F and 58. RGB value is (118,95,88). Sum of RGB (Red+Green+Blue) = 118+95+88=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F58 is #89A0A7. Grayscale: #656565. Windows color (decimal): -9019560 or 5791606. OLE color: 5791606.

HSL color Cylindrical-coordinate representation of color #765F58: hue angle of 14º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765F58 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 95 88 -
CMYK 0 0.19 0.25 0.54
HSL 14º 0.15% 0.4% -
HSV(B) 14º 0.25% 0.46% -
XYZ 13.32 12.74 10.99 -
YUV 101.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 118 95 88 0 0.19 0.25 0.54 14 0.15 0.4
Hex 76 5F 58 0 13 19 36 E F 28
Octal 166 137 130 0 23 31 66 16 17 50
Binary 1110110 1011111 1011000 0 10011 11001 110110 1110 1111 101000

Color Harmonies of #765F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F58

Black with #765F58

Text Example


Text Example

White with #765F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765F58; }

 p { color: rgb(118,95,88); }

 H1.HeaderClassName
 {
   color: #765F58;
 }
 .AnyTagClassName
 {
   color: #765F58;
 }
</style>

background-color css

<style>
 a { background-color: #765F58; }

 a { background-color: rgb(118,95,88); }

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

border-color css

<style>
 span { border-color: #765F58; }

 span { border-color: rgb(118,95,88); }

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