Html Css Color HEX #74876E Xanadu

📋 copy color: '#74876E'

red 116 ◦ green 135 ◦ blue 110

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

Shades of Xanadu #74876E

Tints of Xanadu #74876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 32.13%
G = 37.4%
B = 30.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#74876E (or 0x74876E) is known color: Xanadu. HEX triplet: 74, 87 and 6E. RGB value is (116,135,110). Sum of RGB (Red+Green+Blue) = 116+135+110=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #74876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74876E is #8B7891. Grayscale: #7E7E7E. Windows color (decimal): -9140370 or 7243636. OLE color: 7243636.

HSL color Cylindrical-coordinate representation of color #74876E: hue angle of 105.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74876E is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 110 -
CMYK 0.14 0 0.19 0.47
HSL 105.6º 0.1% 0.48% -
HSV(B) 105.6º 0.19% 0.53% -
XYZ 18.68 22.17 18.05 -
YUV 126.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 116 135 110 0.14 0 0.19 0.47 105.6 0.1 0.48
Hex 74 87 6E E 0 13 2F 6A A 30
Octal 164 207 156 16 0 23 57 152 12 60
Binary 1110100 10000111 1101110 1110 0 10011 101111 1101010 1010 110000

Color Harmonies of #74876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74876E

Black with #74876E

Text Example


Text Example

White with #74876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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