Html Css Color HEX #74886A Xanadu

📋 copy color: '#74886A'

red 116 ◦ green 136 ◦ blue 106

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

Shades of Xanadu #74886A

Tints of Xanadu #74886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 32.4%
G = 37.99%
B = 29.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#74886A (or 0x74886A) is known color: Xanadu. HEX triplet: 74, 88 and 6A. RGB value is (116,136,106). Sum of RGB (Red+Green+Blue) = 116+136+106=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #74886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74886A is #8B7795. Grayscale: #7E7E7E. Windows color (decimal): -9140118 or 6981748. OLE color: 6981748.

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

Color convert

RGB 116 136 106 -
CMYK 0.15 0 0.22 0.47
HSL 100º 0.12% 0.47% -
HSV(B) 100º 0.22% 0.53% -
XYZ 18.61 22.36 16.97 -
YUV 126.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 116 136 106 0.15 0 0.22 0.47 100 0.12 0.47
Hex 74 88 6A F 0 16 2F 64 C 2F
Octal 164 210 152 17 0 26 57 144 14 57
Binary 1110100 10001000 1101010 1111 0 10110 101111 1100100 1100 101111

Color Harmonies of #74886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74886A

Black with #74886A

Text Example


Text Example

White with #74886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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