Html Css Color HEX #74846F Xanadu

📋 copy color: '#74846F'

red 116 ◦ green 132 ◦ blue 111

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

Shades of Xanadu #74846F

Tints of Xanadu #74846F

RGB

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

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

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

R = 32.31%
G = 36.77%
B = 30.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#74846F (or 0x74846F) is known color: Xanadu. HEX triplet: 74, 84 and 6F. RGB value is (116,132,111). Sum of RGB (Red+Green+Blue) = 116+132+111=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #74846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74846F is #8B7B90. Grayscale: #7C7C7C. Windows color (decimal): -9141137 or 7308404. OLE color: 7308404.

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

Color convert

RGB 116 132 111 -
CMYK 0.12 0 0.16 0.48
HSL 105.71º 0.09% 0.48% -
HSV(B) 105.71º 0.16% 0.52% -
XYZ 18.32 21.36 18.2 -
YUV 124.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 116 132 111 0.12 0 0.16 0.48 105.71 0.09 0.48
Hex 74 84 6F C 0 10 30 6A 9 30
Octal 164 204 157 14 0 20 60 152 11 60
Binary 1110100 10000100 1101111 1100 0 10000 110000 1101010 1001 110000

Color Harmonies of #74846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74846F

Black with #74846F

Text Example


Text Example

White with #74846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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