Html Css Color HEX #767C73 Xanadu

📋 copy color: '#767C73'

red 118 ◦ green 124 ◦ blue 115

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

Shades of Xanadu #767C73

Tints of Xanadu #767C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.73%

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

R = 33.05%
G = 34.73%
B = 32.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#767C73 (or 0x767C73) is known color: Xanadu. HEX triplet: 76, 7C and 73. RGB value is (118,124,115). Sum of RGB (Red+Green+Blue) = 118+124+115=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 124 - color contains mainly: green. Hex color #767C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C73 is #89838C. Grayscale: #797979. Windows color (decimal): -9012109 or 7568502. OLE color: 7568502.

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

Color convert

RGB 118 124 115 -
CMYK 0.05 0 0.07 0.51
HSL 100º 0.04% 0.47% -
HSV(B) 100º 0.07% 0.49% -
XYZ 17.77 19.5 19.05 -
YUV 121.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 118 124 115 0.05 0 0.07 0.51 100 0.04 0.47
Hex 76 7C 73 5 0 7 33 64 4 2F
Octal 166 174 163 5 0 7 63 144 4 57
Binary 1110110 1111100 1110011 101 0 111 110011 1100100 100 101111

Color Harmonies of #767C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C73

Black with #767C73

Text Example


Text Example

White with #767C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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