Html Css Color HEX #748870 Xanadu

📋 copy color: '#748870'

red 116 ◦ green 136 ◦ blue 112

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

Shades of Xanadu #748870

Tints of Xanadu #748870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 31.87%
G = 37.36%
B = 30.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#748870 (or 0x748870) is known color: Xanadu. HEX triplet: 74, 88 and 70. RGB value is (116,136,112). Sum of RGB (Red+Green+Blue) = 116+136+112=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #748870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748870 is #8B778F. Grayscale: #7F7F7F. Windows color (decimal): -9140112 or 7374964. OLE color: 7374964.

HSL color Cylindrical-coordinate representation of color #748870: hue angle of 110º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748870 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 112 -
CMYK 0.15 0 0.18 0.47
HSL 110º 0.1% 0.49% -
HSV(B) 110º 0.18% 0.53% -
XYZ 18.93 22.49 18.67 -
YUV 127.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 116 136 112 0.15 0 0.18 0.47 110 0.1 0.49
Hex 74 88 70 F 0 12 2F 6E A 31
Octal 164 210 160 17 0 22 57 156 12 61
Binary 1110100 10001000 1110000 1111 0 10010 101111 1101110 1010 110001

Color Harmonies of #748870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748870

Black with #748870

Text Example


Text Example

White with #748870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748870; }

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

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

background-color css

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

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

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

border-color css

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

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

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