Html Css Color HEX #748070 Xanadu

📋 copy color: '#748070'

red 116 ◦ green 128 ◦ blue 112

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

Shades of Xanadu #748070

Tints of Xanadu #748070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

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

R = 32.58%
G = 35.96%
B = 31.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#748070 (or 0x748070) is known color: Xanadu. HEX triplet: 74, 80 and 70. RGB value is (116,128,112). Sum of RGB (Red+Green+Blue) = 116+128+112=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #748070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748070 is #8B7F8F. Grayscale: #7A7A7A. Windows color (decimal): -9142160 or 7372916. OLE color: 7372916.

HSL color Cylindrical-coordinate representation of color #748070: hue angle of 105º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #748070 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 112 -
CMYK 0.09 0 0.12 0.50
HSL 105º 0.07% 0.47% -
HSV(B) 105º 0.13% 0.5% -
XYZ 17.85 20.32 18.31 -
YUV 122.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 116 128 112 0.09 0 0.12 0.50 105 0.07 0.47
Hex 74 80 70 9 0 C 32 69 7 2F
Octal 164 200 160 11 0 14 62 151 7 57
Binary 1110100 10000000 1110000 1001 0 1100 110010 1101001 111 101111

Color Harmonies of #748070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748070

Black with #748070

Text Example


Text Example

White with #748070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748070; }

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

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

background-color css

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

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

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

border-color css

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

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

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