Html Css Color HEX #74836F Xanadu

📋 copy color: '#74836F'

red 116 ◦ green 131 ◦ blue 111

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

Shades of Xanadu #74836F

Tints of Xanadu #74836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 32.4%
G = 36.59%
B = 31.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#74836F (or 0x74836F) is known color: Xanadu. HEX triplet: 74, 83 and 6F. RGB value is (116,131,111). Sum of RGB (Red+Green+Blue) = 116+131+111=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #74836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74836F is #8B7C90. Grayscale: #7C7C7C. Windows color (decimal): -9141393 or 7308148. OLE color: 7308148.

HSL color Cylindrical-coordinate representation of color #74836F: hue angle of 105º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #74836F is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 111 -
CMYK 0.11 0 0.15 0.49
HSL 105º 0.08% 0.47% -
HSV(B) 105º 0.15% 0.51% -
XYZ 18.19 21.09 18.15 -
YUV 124.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 116 131 111 0.11 0 0.15 0.49 105 0.08 0.47
Hex 74 83 6F B 0 F 31 69 8 2F
Octal 164 203 157 13 0 17 61 151 10 57
Binary 1110100 10000011 1101111 1011 0 1111 110001 1101001 1000 101111

Color Harmonies of #74836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74836F

Black with #74836F

Text Example


Text Example

White with #74836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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