Html Css Color HEX #748172 Xanadu

📋 copy color: '#748172'

red 116 ◦ green 129 ◦ blue 114

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

Shades of Xanadu #748172

Tints of Xanadu #748172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 32.31%
G = 35.93%
B = 31.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#748172 (or 0x748172) is known color: Xanadu. HEX triplet: 74, 81 and 72. RGB value is (116,129,114). Sum of RGB (Red+Green+Blue) = 116+129+114=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #748172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748172 is #8B7E8D. Grayscale: #7B7B7B. Windows color (decimal): -9141902 or 7504244. OLE color: 7504244.

HSL color Cylindrical-coordinate representation of color #748172: hue angle of 112º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #748172 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 114 -
CMYK 0.10 0 0.12 0.49
HSL 112º 0.06% 0.48% -
HSV(B) 112º 0.12% 0.51% -
XYZ 18.09 20.63 18.95 -
YUV 123.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 116 129 114 0.10 0 0.12 0.49 112 0.06 0.48
Hex 74 81 72 A 0 C 31 70 6 30
Octal 164 201 162 12 0 14 61 160 6 60
Binary 1110100 10000001 1110010 1010 0 1100 110001 1110000 110 110000

Color Harmonies of #748172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748172

Black with #748172

Text Example


Text Example

White with #748172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748172; }

 p { color: rgb(116,129,114); }

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

background-color css

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

 a { background-color: rgb(116,129,114); }

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

border-color css

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

 span { border-color: rgb(116,129,114); }

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