Html Css Color HEX #759A77 Laurel

📋 copy color: '#759A77'

red 117 ◦ green 154 ◦ blue 119

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

Shades of Laurel #759A77

Tints of Laurel #759A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.49%

 BLUE value IS 119 (46.88% from 255) = 30.51%

R = 30%
G = 39.49%
B = 30.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#759A77 (or 0x759A77) is known color: Laurel. HEX triplet: 75, 9A and 77. RGB value is (117,154,119). Sum of RGB (Red+Green+Blue) = 117+154+119=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 154 - color contains mainly: green. Hex color #759A77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A77 is #8A6588. Grayscale: #8B8B8B. Windows color (decimal): -9069961 or 7838325. OLE color: 7838325.

HSL color Cylindrical-coordinate representation of color #759A77: hue angle of 123.24º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759A77 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 154 119 -
CMYK 0.24 0 0.23 0.40
HSL 123.24º 0.15% 0.53% -
HSV(B) 123.24º 0.24% 0.6% -
XYZ 22.22 28.23 21.73 -
YUV 138.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 117 154 119 0.24 0 0.23 0.40 123.24 0.15 0.53
Hex 75 9A 77 18 0 17 28 7B F 35
Octal 165 232 167 30 0 27 50 173 17 65
Binary 1110101 10011010 1110111 11000 0 10111 101000 1111011 1111 110101

Color Harmonies of #759A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A77

Black with #759A77

Text Example


Text Example

White with #759A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759A77; }

 p { color: rgb(117,154,119); }

 H1.HeaderClassName
 {
   color: #759A77;
 }
 .AnyTagClassName
 {
   color: #759A77;
 }
</style>

background-color css

<style>
 a { background-color: #759A77; }

 a { background-color: rgb(117,154,119); }

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

border-color css

<style>
 span { border-color: #759A77; }

 span { border-color: rgb(117,154,119); }

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