Html Css Color HEX #779779 Laurel

📋 copy color: '#779779'

red 119 ◦ green 151 ◦ blue 121

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

Shades of Laurel #779779

Tints of Laurel #779779

RGB

 RED value IS 119 (46.88% from 255) = 30.43%

 GREEN value IS 151 (59.38% from 255) = 38.62%

 BLUE value IS 121 (47.66% from 255) = 30.95%

R = 30.43%
G = 38.62%
B = 30.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#779779 (or 0x779779) is known color: Laurel. HEX triplet: 77, 97 and 79. RGB value is (119,151,121). Sum of RGB (Red+Green+Blue) = 119+151+121=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #779779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779779 is #886886. Grayscale: #8A8A8A. Windows color (decimal): -8939655 or 7968631. OLE color: 7968631.

HSL color Cylindrical-coordinate representation of color #779779: hue angle of 123.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779779 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 151 121 -
CMYK 0.21 0 0.20 0.41
HSL 123.75º 0.13% 0.53% -
HSV(B) 123.75º 0.21% 0.59% -
XYZ 22.13 27.44 22.22 -
YUV 138.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 119 151 121 0.21 0 0.20 0.41 123.75 0.13 0.53
Hex 77 97 79 15 0 14 29 7C D 35
Octal 167 227 171 25 0 24 51 174 15 65
Binary 1110111 10010111 1111001 10101 0 10100 101001 1111100 1101 110101

Color Harmonies of #779779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779779

Black with #779779

Text Example


Text Example

White with #779779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779779; }

 p { color: rgb(119,151,121); }

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

background-color css

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

 a { background-color: rgb(119,151,121); }

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

border-color css

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

 span { border-color: rgb(119,151,121); }

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