Html Css Color HEX #767D73 Xanadu

📋 copy color: '#767D73'

red 118 ◦ green 125 ◦ blue 115

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

Shades of Xanadu #767D73

Tints of Xanadu #767D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 32.96%
G = 34.92%
B = 32.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#767D73 (or 0x767D73) is known color: Xanadu. HEX triplet: 76, 7D and 73. RGB value is (118,125,115). Sum of RGB (Red+Green+Blue) = 118+125+115=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 125 - color contains mainly: green. Hex color #767D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D73 is #89828C. Grayscale: #797979. Windows color (decimal): -9011853 or 7568758. OLE color: 7568758.

HSL color Cylindrical-coordinate representation of color #767D73: hue angle of 102º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #767D73 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 125 115 -
CMYK 0.06 0 0.08 0.51
HSL 102º 0.04% 0.47% -
HSV(B) 102º 0.08% 0.49% -
XYZ 17.9 19.76 19.09 -
YUV 121.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 118 125 115 0.06 0 0.08 0.51 102 0.04 0.47
Hex 76 7D 73 6 0 8 33 66 4 2F
Octal 166 175 163 6 0 10 63 146 4 57
Binary 1110110 1111101 1110011 110 0 1000 110011 1100110 100 101111

Color Harmonies of #767D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D73

Black with #767D73

Text Example


Text Example

White with #767D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767D73; }

 p { color: rgb(118,125,115); }

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

background-color css

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

 a { background-color: rgb(118,125,115); }

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

border-color css

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

 span { border-color: rgb(118,125,115); }

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