Html Css Color HEX #766058 Russett

📋 copy color: '#766058'

red 118 ◦ green 96 ◦ blue 88

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

Shades of Russett #766058

Tints of Russett #766058

RGB

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

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

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

R = 39.07%
G = 31.79%
B = 29.14%

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

#766058 (or 0x766058) is known color: Russett. HEX triplet: 76, 60 and 58. RGB value is (118,96,88). Sum of RGB (Red+Green+Blue) = 118+96+88=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766058 is #899FA7. Grayscale: #656565. Windows color (decimal): -9019304 or 5791862. OLE color: 5791862.

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

Color convert

RGB 118 96 88 -
CMYK 0 0.19 0.25 0.54
HSL 16º 0.15% 0.4% -
HSV(B) 16º 0.25% 0.46% -
XYZ 13.42 12.92 11.02 -
YUV 101.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 118 96 88 0 0.19 0.25 0.54 16 0.15 0.4
Hex 76 60 58 0 13 19 36 10 F 28
Octal 166 140 130 0 23 31 66 20 17 50
Binary 1110110 1100000 1011000 0 10011 11001 110110 10000 1111 101000

Color Harmonies of #766058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766058

Black with #766058

Text Example


Text Example

White with #766058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766058; }

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

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

background-color css

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

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

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

border-color css

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

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

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