Html Css Color HEX #74836B Xanadu

📋 copy color: '#74836B'

red 116 ◦ green 131 ◦ blue 107

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

Shades of Xanadu #74836B

Tints of Xanadu #74836B

RGB

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

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

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

R = 32.77%
G = 37.01%
B = 30.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#74836B (or 0x74836B) is known color: Xanadu. HEX triplet: 74, 83 and 6B. RGB value is (116,131,107). Sum of RGB (Red+Green+Blue) = 116+131+107=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 131 - color contains mainly: green. Hex color #74836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74836B is #8B7C94. Grayscale: #7B7B7B. Windows color (decimal): -9141397 or 7046004. OLE color: 7046004.

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

Color convert

RGB 116 131 107 -
CMYK 0.11 0 0.18 0.49
HSL 97.5º 0.1% 0.47% -
HSV(B) 97.5º 0.18% 0.51% -
XYZ 17.97 21.01 17.02 -
YUV 123.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 116 131 107 0.11 0 0.18 0.49 97.5 0.1 0.47
Hex 74 83 6B B 0 12 31 62 A 2F
Octal 164 203 153 13 0 22 61 142 12 57
Binary 1110100 10000011 1101011 1011 0 10010 110001 1100010 1010 101111

Color Harmonies of #74836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74836B

Black with #74836B

Text Example


Text Example

White with #74836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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