Html Css Color HEX #748A69 Xanadu

📋 copy color: '#748A69'

red 116 ◦ green 138 ◦ blue 105

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

Shades of Xanadu #748A69

Tints of Xanadu #748A69

RGB

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

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

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

R = 32.31%
G = 38.44%
B = 29.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#748A69 (or 0x748A69) is known color: Xanadu. HEX triplet: 74, 8A and 69. RGB value is (116,138,105). Sum of RGB (Red+Green+Blue) = 116+138+105=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #748A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A69 is #8B7596. Grayscale: #7F7F7F. Windows color (decimal): -9139607 or 6916724. OLE color: 6916724.

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

Color convert

RGB 116 138 105 -
CMYK 0.16 0 0.24 0.46
HSL 100º 0.14% 0.48% -
HSV(B) 100º 0.24% 0.54% -
XYZ 18.84 22.91 16.79 -
YUV 127.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 116 138 105 0.16 0 0.24 0.46 100 0.14 0.48
Hex 74 8A 69 10 0 18 2E 64 E 30
Octal 164 212 151 20 0 30 56 144 16 60
Binary 1110100 10001010 1101001 10000 0 11000 101110 1100100 1110 110000

Color Harmonies of #748A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A69

Black with #748A69

Text Example


Text Example

White with #748A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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