Html Css Color HEX #767A75 Xanadu

📋 copy color: '#767A75'

red 118 ◦ green 122 ◦ blue 117

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

Shades of Xanadu #767A75

Tints of Xanadu #767A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 33.05%
G = 34.17%
B = 32.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#767A75 (or 0x767A75) is known color: Xanadu. HEX triplet: 76, 7A and 75. RGB value is (118,122,117). Sum of RGB (Red+Green+Blue) = 118+122+117=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 122 - color contains mainly: green. Hex color #767A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A75 is #89858A. Grayscale: #787878. Windows color (decimal): -9012619 or 7699062. OLE color: 7699062.

HSL color Cylindrical-coordinate representation of color #767A75: hue angle of 108º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #767A75 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 122 117 -
CMYK 0.03 0 0.04 0.52
HSL 108º 0.02% 0.47% -
HSV(B) 108º 0.04% 0.48% -
XYZ 17.64 19.05 19.58 -
YUV 120.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 118 122 117 0.03 0 0.04 0.52 108 0.02 0.47
Hex 76 7A 75 3 0 4 34 6C 2 2F
Octal 166 172 165 3 0 4 64 154 2 57
Binary 1110110 1111010 1110101 11 0 100 110100 1101100 10 101111

Color Harmonies of #767A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A75

Black with #767A75

Text Example


Text Example

White with #767A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,122,117); }

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

background-color css

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

 a { background-color: rgb(118,122,117); }

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

border-color css

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

 span { border-color: rgb(118,122,117); }

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