Html Css Color HEX #74836E Xanadu

📋 copy color: '#74836E'

red 116 ◦ green 131 ◦ blue 110

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

Shades of Xanadu #74836E

Tints of Xanadu #74836E

RGB

 RED value IS 116 (45.7% from 255) = 32.49%

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 32.49%
G = 36.69%
B = 30.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#74836E (or 0x74836E) is known color: Xanadu. HEX triplet: 74, 83 and 6E. RGB value is (116,131,110). Sum of RGB (Red+Green+Blue) = 116+131+110=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #74836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74836E is #8B7C91. Grayscale: #7C7C7C. Windows color (decimal): -9141394 or 7242612. OLE color: 7242612.

HSL color Cylindrical-coordinate representation of color #74836E: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74836E is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 110 -
CMYK 0.11 0 0.16 0.49
HSL 102.86º 0.09% 0.47% -
HSV(B) 102.86º 0.16% 0.51% -
XYZ 18.13 21.07 17.86 -
YUV 124.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 116 131 110 0.11 0 0.16 0.49 102.86 0.09 0.47
Hex 74 83 6E B 0 10 31 67 9 2F
Octal 164 203 156 13 0 20 61 147 11 57
Binary 1110100 10000011 1101110 1011 0 10000 110001 1100111 1001 101111

Color Harmonies of #74836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74836E

Black with #74836E

Text Example


Text Example

White with #74836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74836E; }

 p { color: rgb(116,131,110); }

 H1.HeaderClassName
 {
   color: #74836E;
 }
 .AnyTagClassName
 {
   color: #74836E;
 }
</style>

background-color css

<style>
 a { background-color: #74836E; }

 a { background-color: rgb(116,131,110); }

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

border-color css

<style>
 span { border-color: #74836E; }

 span { border-color: rgb(116,131,110); }

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