Html Css Color HEX #777B75 Xanadu

📋 copy color: '#777B75'

red 119 ◦ green 123 ◦ blue 117

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

Shades of Xanadu #777B75

Tints of Xanadu #777B75

RGB

 RED value IS 119 (46.88% from 255) = 33.15%

 GREEN value IS 123 (48.44% from 255) = 34.26%

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

R = 33.15%
G = 34.26%
B = 32.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#777B75 (or 0x777B75) is known color: Xanadu. HEX triplet: 77, 7B and 75. RGB value is (119,123,117). Sum of RGB (Red+Green+Blue) = 119+123+117=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 123 - color contains mainly: green. Hex color #777B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B75 is #88848A. Grayscale: #797979. Windows color (decimal): -8946827 or 7699319. OLE color: 7699319.

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

Color convert

RGB 119 123 117 -
CMYK 0.03 0 0.05 0.52
HSL 100º 0.03% 0.47% -
HSV(B) 100º 0.05% 0.48% -
XYZ 17.9 19.37 19.63 -
YUV 121.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 119 123 117 0.03 0 0.05 0.52 100 0.03 0.47
Hex 77 7B 75 3 0 5 34 64 2 2F
Octal 167 173 165 3 0 5 64 144 2 57
Binary 1110111 1111011 1110101 11 0 101 110100 1100100 10 101111

Color Harmonies of #777B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B75

Black with #777B75

Text Example


Text Example

White with #777B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777B75; }

 p { color: rgb(119,123,117); }

 H1.HeaderClassName
 {
   color: #777B75;
 }
 .AnyTagClassName
 {
   color: #777B75;
 }
</style>

background-color css

<style>
 a { background-color: #777B75; }

 a { background-color: rgb(119,123,117); }

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

border-color css

<style>
 span { border-color: #777B75; }

 span { border-color: rgb(119,123,117); }

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