Html Css Color HEX #748670 Xanadu

📋 copy color: '#748670'

red 116 ◦ green 134 ◦ blue 112

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

Shades of Xanadu #748670

Tints of Xanadu #748670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.02%

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

R = 32.04%
G = 37.02%
B = 30.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#748670 (or 0x748670) is known color: Xanadu. HEX triplet: 74, 86 and 70. RGB value is (116,134,112). Sum of RGB (Red+Green+Blue) = 116+134+112=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #748670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748670 is #8B798F. Grayscale: #7E7E7E. Windows color (decimal): -9140624 or 7374452. OLE color: 7374452.

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

Color convert

RGB 116 134 112 -
CMYK 0.13 0 0.16 0.47
HSL 109.09º 0.09% 0.48% -
HSV(B) 109.09º 0.16% 0.53% -
XYZ 18.65 21.93 18.58 -
YUV 126.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 116 134 112 0.13 0 0.16 0.47 109.09 0.09 0.48
Hex 74 86 70 D 0 10 2F 6D 9 30
Octal 164 206 160 15 0 20 57 155 11 60
Binary 1110100 10000110 1110000 1101 0 10000 101111 1101101 1001 110000

Color Harmonies of #748670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748670

Black with #748670

Text Example


Text Example

White with #748670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748670; }

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

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

background-color css

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

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

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

border-color css

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

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

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