Html Css Color HEX #748B6B Xanadu

📋 copy color: '#748B6B'

red 116 ◦ green 139 ◦ blue 107

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

Shades of Xanadu #748B6B

Tints of Xanadu #748B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.4%

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

R = 32.04%
G = 38.4%
B = 29.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#748B6B (or 0x748B6B) is known color: Xanadu. HEX triplet: 74, 8B and 6B. RGB value is (116,139,107). Sum of RGB (Red+Green+Blue) = 116+139+107=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #748B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B6B is #8B7494. Grayscale: #808080. Windows color (decimal): -9139349 or 7048052. OLE color: 7048052.

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

Color convert

RGB 116 139 107 -
CMYK 0.17 0 0.23 0.45
HSL 103.13º 0.13% 0.48% -
HSV(B) 103.13º 0.23% 0.55% -
XYZ 19.09 23.24 17.39 -
YUV 128.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 116 139 107 0.17 0 0.23 0.45 103.13 0.13 0.48
Hex 74 8B 6B 11 0 17 2D 67 D 30
Octal 164 213 153 21 0 27 55 147 15 60
Binary 1110100 10001011 1101011 10001 0 10111 101101 1100111 1101 110000

Color Harmonies of #748B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B6B

Black with #748B6B

Text Example


Text Example

White with #748B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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