Html Css Color HEX #74896E Xanadu

📋 copy color: '#74896E'

red 116 ◦ green 137 ◦ blue 110

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

Shades of Xanadu #74896E

Tints of Xanadu #74896E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 31.96%
G = 37.74%
B = 30.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#74896E (or 0x74896E) is known color: Xanadu. HEX triplet: 74, 89 and 6E. RGB value is (116,137,110). Sum of RGB (Red+Green+Blue) = 116+137+110=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #74896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74896E is #8B7691. Grayscale: #7F7F7F. Windows color (decimal): -9139858 or 7244148. OLE color: 7244148.

HSL color Cylindrical-coordinate representation of color #74896E: hue angle of 106.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74896E is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 110 -
CMYK 0.15 0 0.20 0.46
HSL 106.67º 0.11% 0.48% -
HSV(B) 106.67º 0.2% 0.54% -
XYZ 18.96 22.73 18.14 -
YUV 127.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 116 137 110 0.15 0 0.20 0.46 106.67 0.11 0.48
Hex 74 89 6E F 0 14 2E 6B B 30
Octal 164 211 156 17 0 24 56 153 13 60
Binary 1110100 10001001 1101110 1111 0 10100 101110 1101011 1011 110000

Color Harmonies of #74896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74896E

Black with #74896E

Text Example


Text Example

White with #74896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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