Html Css Color HEX #77926D Xanadu

📋 copy color: '#77926D'

red 119 ◦ green 146 ◦ blue 109

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

Shades of Xanadu #77926D

Tints of Xanadu #77926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 31.82%
G = 39.04%
B = 29.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#77926D (or 0x77926D) is known color: Xanadu. HEX triplet: 77, 92 and 6D. RGB value is (119,146,109). Sum of RGB (Red+Green+Blue) = 119+146+109=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #77926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77926D is #886D92. Grayscale: #858585. Windows color (decimal): -8940947 or 7180919. OLE color: 7180919.

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

Color convert

RGB 119 146 109 -
CMYK 0.18 0 0.25 0.43
HSL 103.78º 0.15% 0.5% -
HSV(B) 103.78º 0.25% 0.57% -
XYZ 20.65 25.58 18.32 -
YUV 133.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 119 146 109 0.18 0 0.25 0.43 103.78 0.15 0.5
Hex 77 92 6D 12 0 19 2B 68 F 32
Octal 167 222 155 22 0 31 53 150 17 62
Binary 1110111 10010010 1101101 10010 0 11001 101011 1101000 1111 110010

Color Harmonies of #77926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77926D

Black with #77926D

Text Example


Text Example

White with #77926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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