Html Css Color HEX #769B77 Laurel

📋 copy color: '#769B77'

red 118 ◦ green 155 ◦ blue 119

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

Shades of Laurel #769B77

Tints of Laurel #769B77

RGB

 RED value IS 118 (46.48% from 255) = 30.1%

 GREEN value IS 155 (60.94% from 255) = 39.54%

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

R = 30.1%
G = 39.54%
B = 30.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#769B77 (or 0x769B77) is known color: Laurel. HEX triplet: 76, 9B and 77. RGB value is (118,155,119). Sum of RGB (Red+Green+Blue) = 118+155+119=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #769B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B77 is #896488. Grayscale: #8B8B8B. Windows color (decimal): -9004169 or 7838582. OLE color: 7838582.

HSL color Cylindrical-coordinate representation of color #769B77: hue angle of 121.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B77 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 119 -
CMYK 0.24 0 0.23 0.39
HSL 121.62º 0.16% 0.54% -
HSV(B) 121.62º 0.24% 0.61% -
XYZ 22.52 28.63 21.79 -
YUV 139.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 118 155 119 0.24 0 0.23 0.39 121.62 0.16 0.54
Hex 76 9B 77 18 0 17 27 7A 10 36
Octal 166 233 167 30 0 27 47 172 20 66
Binary 1110110 10011011 1110111 11000 0 10111 100111 1111010 10000 110110

Color Harmonies of #769B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B77

Black with #769B77

Text Example


Text Example

White with #769B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769B77; }

 p { color: rgb(118,155,119); }

 H1.HeaderClassName
 {
   color: #769B77;
 }
 .AnyTagClassName
 {
   color: #769B77;
 }
</style>

background-color css

<style>
 a { background-color: #769B77; }

 a { background-color: rgb(118,155,119); }

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

border-color css

<style>
 span { border-color: #769B77; }

 span { border-color: rgb(118,155,119); }

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