Html Css Color HEX #748D6D Xanadu

📋 copy color: '#748D6D'

red 116 ◦ green 141 ◦ blue 109

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

Shades of Xanadu #748D6D

Tints of Xanadu #748D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 31.69%
G = 38.52%
B = 29.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#748D6D (or 0x748D6D) is known color: Xanadu. HEX triplet: 74, 8D and 6D. RGB value is (116,141,109). Sum of RGB (Red+Green+Blue) = 116+141+109=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #748D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D6D is #8B7292. Grayscale: #818181. Windows color (decimal): -9138835 or 7179636. OLE color: 7179636.

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

Color convert

RGB 116 141 109 -
CMYK 0.18 0 0.23 0.45
HSL 106.88º 0.13% 0.49% -
HSV(B) 106.88º 0.23% 0.55% -
XYZ 19.49 23.87 18.05 -
YUV 129.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 116 141 109 0.18 0 0.23 0.45 106.88 0.13 0.49
Hex 74 8D 6D 12 0 17 2D 6B D 31
Octal 164 215 155 22 0 27 55 153 15 61
Binary 1110100 10001101 1101101 10010 0 10111 101101 1101011 1101 110001

Color Harmonies of #748D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D6D

Black with #748D6D

Text Example


Text Example

White with #748D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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