Html Css Color HEX #758F78 Laurel

📋 copy color: '#758F78'

red 117 ◦ green 143 ◦ blue 120

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

Shades of Laurel #758F78

Tints of Laurel #758F78

RGB

 RED value IS 117 (46.09% from 255) = 30.79%

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 30.79%
G = 37.63%
B = 31.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#758F78 (or 0x758F78) is known color: Laurel. HEX triplet: 75, 8F and 78. RGB value is (117,143,120). Sum of RGB (Red+Green+Blue) = 117+143+120=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 143 - color contains mainly: green. Hex color #758F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F78 is #8A7087. Grayscale: #848484. Windows color (decimal): -9072776 or 7901045. OLE color: 7901045.

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

Color convert

RGB 117 143 120 -
CMYK 0.18 0 0.16 0.44
HSL 126.92º 0.1% 0.51% -
HSV(B) 126.92º 0.18% 0.56% -
XYZ 20.55 24.78 21.47 -
YUV 132.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 117 143 120 0.18 0 0.16 0.44 126.92 0.1 0.51
Hex 75 8F 78 12 0 10 2C 7F A 33
Octal 165 217 170 22 0 20 54 177 12 63
Binary 1110101 10001111 1111000 10010 0 10000 101100 1111111 1010 110011

Color Harmonies of #758F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F78

Black with #758F78

Text Example


Text Example

White with #758F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758F78; }

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

 H1.HeaderClassName
 {
   color: #758F78;
 }
 .AnyTagClassName
 {
   color: #758F78;
 }
</style>

background-color css

<style>
 a { background-color: #758F78; }

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

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

border-color css

<style>
 span { border-color: #758F78; }

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

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