Html Css Color HEX #767E72 Xanadu

📋 copy color: '#767E72'

red 118 ◦ green 126 ◦ blue 114

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

Shades of Xanadu #767E72

Tints of Xanadu #767E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 32.96%
G = 35.2%
B = 31.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#767E72 (or 0x767E72) is known color: Xanadu. HEX triplet: 76, 7E and 72. RGB value is (118,126,114). Sum of RGB (Red+Green+Blue) = 118+126+114=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 126 - color contains mainly: green. Hex color #767E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E72 is #89818D. Grayscale: #7A7A7A. Windows color (decimal): -9011598 or 7503478. OLE color: 7503478.

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

Color convert

RGB 118 126 114 -
CMYK 0.06 0 0.10 0.51
HSL 100º 0.05% 0.47% -
HSV(B) 100º 0.1% 0.49% -
XYZ 17.97 19.99 18.83 -
YUV 122.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 118 126 114 0.06 0 0.10 0.51 100 0.05 0.47
Hex 76 7E 72 6 0 A 33 64 5 2F
Octal 166 176 162 6 0 12 63 144 5 57
Binary 1110110 1111110 1110010 110 0 1010 110011 1100100 101 101111

Color Harmonies of #767E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E72

Black with #767E72

Text Example


Text Example

White with #767E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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