Html Css Color HEX #77926A Xanadu

📋 copy color: '#77926A'

red 119 ◦ green 146 ◦ blue 106

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

Shades of Xanadu #77926A

Tints of Xanadu #77926A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 32.08%
G = 39.35%
B = 28.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#77926A (or 0x77926A) is known color: Xanadu. HEX triplet: 77, 92 and 6A. RGB value is (119,146,106). Sum of RGB (Red+Green+Blue) = 119+146+106=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #77926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77926A is #886D95. Grayscale: #858585. Windows color (decimal): -8940950 or 6984311. OLE color: 6984311.

HSL color Cylindrical-coordinate representation of color #77926A: hue angle of 100.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77926A is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 106 -
CMYK 0.18 0 0.27 0.43
HSL 100.5º 0.16% 0.49% -
HSV(B) 100.5º 0.27% 0.57% -
XYZ 20.49 25.52 17.48 -
YUV 133.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 119 146 106 0.18 0 0.27 0.43 100.5 0.16 0.49
Hex 77 92 6A 12 0 1B 2B 64 10 31
Octal 167 222 152 22 0 33 53 144 20 61
Binary 1110111 10010010 1101010 10010 0 11011 101011 1100100 10000 110001

Color Harmonies of #77926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77926A

Black with #77926A

Text Example


Text Example

White with #77926A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77926A; }

 p { color: rgb(119,146,106); }

 H1.HeaderClassName
 {
   color: #77926A;
 }
 .AnyTagClassName
 {
   color: #77926A;
 }
</style>

background-color css

<style>
 a { background-color: #77926A; }

 a { background-color: rgb(119,146,106); }

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

border-color css

<style>
 span { border-color: #77926A; }

 span { border-color: rgb(119,146,106); }

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