Html Css Color HEX #74846D Xanadu

📋 copy color: '#74846D'

red 116 ◦ green 132 ◦ blue 109

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

Shades of Xanadu #74846D

Tints of Xanadu #74846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 32.49%
G = 36.97%
B = 30.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#74846D (or 0x74846D) is known color: Xanadu. HEX triplet: 74, 84 and 6D. RGB value is (116,132,109). Sum of RGB (Red+Green+Blue) = 116+132+109=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #74846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74846D is #8B7B92. Grayscale: #7C7C7C. Windows color (decimal): -9141139 or 7177332. OLE color: 7177332.

HSL color Cylindrical-coordinate representation of color #74846D: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74846D is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 109 -
CMYK 0.12 0 0.17 0.48
HSL 101.74º 0.1% 0.47% -
HSV(B) 101.74º 0.17% 0.52% -
XYZ 18.21 21.32 17.62 -
YUV 124.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 116 132 109 0.12 0 0.17 0.48 101.74 0.1 0.47
Hex 74 84 6D C 0 11 30 66 A 2F
Octal 164 204 155 14 0 21 60 146 12 57
Binary 1110100 10000100 1101101 1100 0 10001 110000 1100110 1010 101111

Color Harmonies of #74846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74846D

Black with #74846D

Text Example


Text Example

White with #74846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74846D; }

 p { color: rgb(116,132,109); }

 H1.HeaderClassName
 {
   color: #74846D;
 }
 .AnyTagClassName
 {
   color: #74846D;
 }
</style>

background-color css

<style>
 a { background-color: #74846D; }

 a { background-color: rgb(116,132,109); }

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

border-color css

<style>
 span { border-color: #74846D; }

 span { border-color: rgb(116,132,109); }

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