Html Css Color HEX #74886D Xanadu

📋 copy color: '#74886D'

red 116 ◦ green 136 ◦ blue 109

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

Shades of Xanadu #74886D

Tints of Xanadu #74886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 32.13%
G = 37.67%
B = 30.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#74886D (or 0x74886D) is known color: Xanadu. HEX triplet: 74, 88 and 6D. RGB value is (116,136,109). Sum of RGB (Red+Green+Blue) = 116+136+109=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #74886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74886D is #8B7792. Grayscale: #7F7F7F. Windows color (decimal): -9140115 or 7178356. OLE color: 7178356.

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

Color convert

RGB 116 136 109 -
CMYK 0.15 0 0.20 0.47
HSL 104.44º 0.11% 0.48% -
HSV(B) 104.44º 0.2% 0.53% -
XYZ 18.77 22.43 17.81 -
YUV 126.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 116 136 109 0.15 0 0.20 0.47 104.44 0.11 0.48
Hex 74 88 6D F 0 14 2F 68 B 30
Octal 164 210 155 17 0 24 57 150 13 60
Binary 1110100 10001000 1101101 1111 0 10100 101111 1101000 1011 110000

Color Harmonies of #74886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74886D

Black with #74886D

Text Example


Text Example

White with #74886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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