Html Css Color HEX #748A6B Xanadu

📋 copy color: '#748A6B'

red 116 ◦ green 138 ◦ blue 107

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

Shades of Xanadu #748A6B

Tints of Xanadu #748A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 32.13%
G = 38.23%
B = 29.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#748A6B (or 0x748A6B) is known color: Xanadu. HEX triplet: 74, 8A and 6B. RGB value is (116,138,107). Sum of RGB (Red+Green+Blue) = 116+138+107=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #748A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A6B is #8B7594. Grayscale: #7F7F7F. Windows color (decimal): -9139605 or 7047796. OLE color: 7047796.

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

Color convert

RGB 116 138 107 -
CMYK 0.16 0 0.22 0.46
HSL 102.58º 0.13% 0.48% -
HSV(B) 102.58º 0.22% 0.54% -
XYZ 18.94 22.95 17.34 -
YUV 127.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 116 138 107 0.16 0 0.22 0.46 102.58 0.13 0.48
Hex 74 8A 6B 10 0 16 2E 67 D 30
Octal 164 212 153 20 0 26 56 147 15 60
Binary 1110100 10001010 1101011 10000 0 10110 101110 1100111 1101 110000

Color Harmonies of #748A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A6B

Black with #748A6B

Text Example


Text Example

White with #748A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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