Html Css Color HEX #74896D Xanadu

📋 copy color: '#74896D'

red 116 ◦ green 137 ◦ blue 109

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

Shades of Xanadu #74896D

Tints of Xanadu #74896D

RGB

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

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

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

R = 32.04%
G = 37.85%
B = 30.11%

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

#74896D (or 0x74896D) is known color: Xanadu. HEX triplet: 74, 89 and 6D. RGB value is (116,137,109). Sum of RGB (Red+Green+Blue) = 116+137+109=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #74896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74896D is #8B7692. Grayscale: #7F7F7F. Windows color (decimal): -9139859 or 7178612. OLE color: 7178612.

HSL color Cylindrical-coordinate representation of color #74896D: hue angle of 105º 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 #74896D is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 109 -
CMYK 0.15 0 0.20 0.46
HSL 105º 0.11% 0.48% -
HSV(B) 105º 0.2% 0.54% -
XYZ 18.91 22.71 17.85 -
YUV 127.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 116 137 109 0.15 0 0.20 0.46 105 0.11 0.48
Hex 74 89 6D F 0 14 2E 69 B 30
Octal 164 211 155 17 0 24 56 151 13 60
Binary 1110100 10001001 1101101 1111 0 10100 101110 1101001 1011 110000

Color Harmonies of #74896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74896D

Black with #74896D

Text Example


Text Example

White with #74896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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