Html Css Color HEX #748C69 Xanadu

📋 copy color: '#748C69'

red 116 ◦ green 140 ◦ blue 105

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

Shades of Xanadu #748C69

Tints of Xanadu #748C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.78%

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 32.13%
G = 38.78%
B = 29.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#748C69 (or 0x748C69) is known color: Xanadu. HEX triplet: 74, 8C and 69. RGB value is (116,140,105). Sum of RGB (Red+Green+Blue) = 116+140+105=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #748C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C69 is #8B7396. Grayscale: #808080. Windows color (decimal): -9139095 or 6917236. OLE color: 6917236.

HSL color Cylindrical-coordinate representation of color #748C69: hue angle of 101.14º 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 #748C69 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 140 105 -
CMYK 0.17 0 0.25 0.45
HSL 101.14º 0.14% 0.48% -
HSV(B) 101.14º 0.25% 0.55% -
XYZ 19.13 23.49 16.89 -
YUV 128.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 116 140 105 0.17 0 0.25 0.45 101.14 0.14 0.48
Hex 74 8C 69 11 0 19 2D 65 E 30
Octal 164 214 151 21 0 31 55 145 16 60
Binary 1110100 10001100 1101001 10001 0 11001 101101 1100101 1110 110000

Color Harmonies of #748C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C69

Black with #748C69

Text Example


Text Example

White with #748C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,140,105); }

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

background-color css

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

 a { background-color: rgb(116,140,105); }

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

border-color css

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

 span { border-color: rgb(116,140,105); }

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