Html Css Color HEX #748D6A Xanadu

📋 copy color: '#748D6A'

red 116 ◦ green 141 ◦ blue 106

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

Shades of Xanadu #748D6A

Tints of Xanadu #748D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 31.96%
G = 38.84%
B = 29.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#748D6A (or 0x748D6A) is known color: Xanadu. HEX triplet: 74, 8D and 6A. RGB value is (116,141,106). Sum of RGB (Red+Green+Blue) = 116+141+106=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #748D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D6A is #8B7295. Grayscale: #818181. Windows color (decimal): -9138838 or 6983028. OLE color: 6983028.

HSL color Cylindrical-coordinate representation of color #748D6A: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #748D6A is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 141 106 -
CMYK 0.18 0 0.25 0.45
HSL 102.86º 0.14% 0.48% -
HSV(B) 102.86º 0.25% 0.55% -
XYZ 19.33 23.8 17.21 -
YUV 129.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 116 141 106 0.18 0 0.25 0.45 102.86 0.14 0.48
Hex 74 8D 6A 12 0 19 2D 67 E 30
Octal 164 215 152 22 0 31 55 147 16 60
Binary 1110100 10001101 1101010 10010 0 11001 101101 1100111 1110 110000

Color Harmonies of #748D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D6A

Black with #748D6A

Text Example


Text Example

White with #748D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,141,106); }

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

background-color css

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

 a { background-color: rgb(116,141,106); }

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

border-color css

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

 span { border-color: rgb(116,141,106); }

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