Html Css Color HEX #74816E Xanadu

📋 copy color: '#74816E'

red 116 ◦ green 129 ◦ blue 110

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

Shades of Xanadu #74816E

Tints of Xanadu #74816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

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

R = 32.68%
G = 36.34%
B = 30.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#74816E (or 0x74816E) is known color: Xanadu. HEX triplet: 74, 81 and 6E. RGB value is (116,129,110). Sum of RGB (Red+Green+Blue) = 116+129+110=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 129 - color contains mainly: green. Hex color #74816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74816E is #8B7E91. Grayscale: #7B7B7B. Windows color (decimal): -9141906 or 7242100. OLE color: 7242100.

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

Color convert

RGB 116 129 110 -
CMYK 0.10 0 0.15 0.49
HSL 101.05º 0.08% 0.47% -
HSV(B) 101.05º 0.15% 0.51% -
XYZ 17.87 20.54 17.77 -
YUV 122.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 116 129 110 0.10 0 0.15 0.49 101.05 0.08 0.47
Hex 74 81 6E A 0 F 31 65 8 2F
Octal 164 201 156 12 0 17 61 145 10 57
Binary 1110100 10000001 1101110 1010 0 1111 110001 1100101 1000 101111

Color Harmonies of #74816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74816E

Black with #74816E

Text Example


Text Example

White with #74816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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