Html Css Color HEX #767E73 Xanadu

📋 copy color: '#767E73'

red 118 ◦ green 126 ◦ blue 115

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

Shades of Xanadu #767E73

Tints of Xanadu #767E73

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

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

R = 32.87%
G = 35.1%
B = 32.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#767E73 (or 0x767E73) is known color: Xanadu. HEX triplet: 76, 7E and 73. RGB value is (118,126,115). Sum of RGB (Red+Green+Blue) = 118+126+115=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 126 - color contains mainly: green. Hex color #767E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E73 is #89818C. Grayscale: #7A7A7A. Windows color (decimal): -9011597 or 7569014. OLE color: 7569014.

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

Color convert

RGB 118 126 115 -
CMYK 0.06 0 0.09 0.51
HSL 103.64º 0.05% 0.47% -
HSV(B) 103.64º 0.09% 0.49% -
XYZ 18.03 20.01 19.13 -
YUV 122.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 118 126 115 0.06 0 0.09 0.51 103.64 0.05 0.47
Hex 76 7E 73 6 0 9 33 68 5 2F
Octal 166 176 163 6 0 11 63 150 5 57
Binary 1110110 1111110 1110011 110 0 1001 110011 1101000 101 101111

Color Harmonies of #767E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E73

Black with #767E73

Text Example


Text Example

White with #767E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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