Html Css Color HEX #748270 Xanadu

📋 copy color: '#748270'

red 116 ◦ green 130 ◦ blue 112

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

Shades of Xanadu #748270

Tints of Xanadu #748270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

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

R = 32.4%
G = 36.31%
B = 31.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#748270 (or 0x748270) is known color: Xanadu. HEX triplet: 74, 82 and 70. RGB value is (116,130,112). Sum of RGB (Red+Green+Blue) = 116+130+112=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #748270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748270 is #8B7D8F. Grayscale: #7B7B7B. Windows color (decimal): -9141648 or 7373428. OLE color: 7373428.

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

Color convert

RGB 116 130 112 -
CMYK 0.11 0 0.14 0.49
HSL 106.67º 0.07% 0.47% -
HSV(B) 106.67º 0.14% 0.51% -
XYZ 18.11 20.85 18.4 -
YUV 123.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 116 130 112 0.11 0 0.14 0.49 106.67 0.07 0.47
Hex 74 82 70 B 0 E 31 6B 7 2F
Octal 164 202 160 13 0 16 61 153 7 57
Binary 1110100 10000010 1110000 1011 0 1110 110001 1101011 111 101111

Color Harmonies of #748270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748270

Black with #748270

Text Example


Text Example

White with #748270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748270; }

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

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

background-color css

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

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

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

border-color css

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

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

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