Html Css Color HEX #74876F Xanadu

📋 copy color: '#74876F'

red 116 ◦ green 135 ◦ blue 111

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

Shades of Xanadu #74876F

Tints of Xanadu #74876F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 32.04%
G = 37.29%
B = 30.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#74876F (or 0x74876F) is known color: Xanadu. HEX triplet: 74, 87 and 6F. RGB value is (116,135,111). Sum of RGB (Red+Green+Blue) = 116+135+111=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #74876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74876F is #8B7890. Grayscale: #7E7E7E. Windows color (decimal): -9140369 or 7309172. OLE color: 7309172.

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

Color convert

RGB 116 135 111 -
CMYK 0.14 0 0.18 0.47
HSL 107.5º 0.1% 0.48% -
HSV(B) 107.5º 0.18% 0.53% -
XYZ 18.74 22.19 18.33 -
YUV 126.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 116 135 111 0.14 0 0.18 0.47 107.5 0.1 0.48
Hex 74 87 6F E 0 12 2F 6C A 30
Octal 164 207 157 16 0 22 57 154 12 60
Binary 1110100 10000111 1101111 1110 0 10010 101111 1101100 1010 110000

Color Harmonies of #74876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74876F

Black with #74876F

Text Example


Text Example

White with #74876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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