#748F75

Color #748F75 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #748F75

Tints of Laurel #748F75

Color information

#748F75 (or 0x748F75) is unknown color: approx Laurel. HEX triplet: 74, 8F and 75. RGB value is (116,143,117). Sum of RGB (Red+Green+Blue) = 116+143+117=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #748F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748F75 is #8B708A. Grayscale: #848484. Windows color (decimal): -9138315 or 7704436. OLE color: 7704436.

HSL color Cylindrical-coordinate representation of color #748F75: hue angle of 122.22º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748F75 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB116143117-
CMYK0.1900.180.44
HSL122.22º10.76%50.78%-
HSV(B)122.22º18.88%56.08%-
XYZ20.2424.6420.52-
YUV131.96119.55116.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=30.85%
G=38.03%
B=31.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161431170.1900.180.44122.2210.7650.78
Hex748F75130122C7ab33
Octal16421716523022541721363
Binary11101001000111111101011001101001010110011110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,143,117); }

 H1.HeaderClassName
 {
   color: #748F75;
 }
 .AnyTagClassName
 {
   color: #748F75;
 }
</style>
background-color css

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

 a { background-color: rgb(116,143,117); }

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

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

 span { border-color: rgb(116,143,117); }

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