Html Css Color HEX #74876B Xanadu

📋 copy color: '#74876B'

red 116 ◦ green 135 ◦ blue 107

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

Shades of Xanadu #74876B

Tints of Xanadu #74876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 32.4%
G = 37.71%
B = 29.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#74876B (or 0x74876B) is known color: Xanadu. HEX triplet: 74, 87 and 6B. RGB value is (116,135,107). Sum of RGB (Red+Green+Blue) = 116+135+107=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #74876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74876B is #8B7894. Grayscale: #7E7E7E. Windows color (decimal): -9140373 or 7047028. OLE color: 7047028.

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

Color convert

RGB 116 135 107 -
CMYK 0.14 0 0.21 0.47
HSL 100.71º 0.12% 0.47% -
HSV(B) 100.71º 0.21% 0.53% -
XYZ 18.52 22.1 17.2 -
YUV 126.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 116 135 107 0.14 0 0.21 0.47 100.71 0.12 0.47
Hex 74 87 6B E 0 15 2F 65 C 2F
Octal 164 207 153 16 0 25 57 145 14 57
Binary 1110100 10000111 1101011 1110 0 10101 101111 1100101 1100 101111

Color Harmonies of #74876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74876B

Black with #74876B

Text Example


Text Example

White with #74876B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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