Html Css Color HEX #748A70 Xanadu

📋 copy color: '#748A70'

red 116 ◦ green 138 ◦ blue 112

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

Shades of Xanadu #748A70

Tints of Xanadu #748A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.7%

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

R = 31.69%
G = 37.7%
B = 30.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#748A70 (or 0x748A70) is known color: Xanadu. HEX triplet: 74, 8A and 70. RGB value is (116,138,112). Sum of RGB (Red+Green+Blue) = 116+138+112=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #748A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A70 is #8B758F. Grayscale: #808080. Windows color (decimal): -9139600 or 7375476. OLE color: 7375476.

HSL color Cylindrical-coordinate representation of color #748A70: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748A70 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 138 112 -
CMYK 0.16 0 0.19 0.46
HSL 110.77º 0.1% 0.49% -
HSV(B) 110.77º 0.19% 0.54% -
XYZ 19.22 23.06 18.77 -
YUV 128.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 116 138 112 0.16 0 0.19 0.46 110.77 0.1 0.49
Hex 74 8A 70 10 0 13 2E 6F A 31
Octal 164 212 160 20 0 23 56 157 12 61
Binary 1110100 10001010 1110000 10000 0 10011 101110 1101111 1010 110001

Color Harmonies of #748A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A70

Black with #748A70

Text Example


Text Example

White with #748A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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