Html Css Color HEX #748470 Xanadu

📋 copy color: '#748470'

red 116 ◦ green 132 ◦ blue 112

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

Shades of Xanadu #748470

Tints of Xanadu #748470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 32.22%
G = 36.67%
B = 31.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#748470 (or 0x748470) is known color: Xanadu. HEX triplet: 74, 84 and 70. RGB value is (116,132,112). Sum of RGB (Red+Green+Blue) = 116+132+112=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #748470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748470 is #8B7B8F. Grayscale: #7D7D7D. Windows color (decimal): -9141136 or 7373940. OLE color: 7373940.

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

Color convert

RGB 116 132 112 -
CMYK 0.12 0 0.15 0.48
HSL 108º 0.08% 0.48% -
HSV(B) 108º 0.15% 0.52% -
XYZ 18.38 21.39 18.49 -
YUV 124.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 116 132 112 0.12 0 0.15 0.48 108 0.08 0.48
Hex 74 84 70 C 0 F 30 6C 8 30
Octal 164 204 160 14 0 17 60 154 10 60
Binary 1110100 10000100 1110000 1100 0 1111 110000 1101100 1000 110000

Color Harmonies of #748470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748470

Black with #748470

Text Example


Text Example

White with #748470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748470; }

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

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

background-color css

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

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

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

border-color css

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

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

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