Html Css Color HEX #7C9B88 Bay Leaf

📋 copy color: '#7C9B88'

red 124 ◦ green 155 ◦ blue 136

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

Shades of Bay Leaf #7C9B88

Tints of Bay Leaf #7C9B88

RGB

 RED value IS 124 (48.83% from 255) = 29.88%

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

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 29.88%
G = 37.35%
B = 32.77%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#7C9B88 (or 0x7C9B88) is known color: Bay Leaf. HEX triplet: 7C, 9B and 88. RGB value is (124,155,136). Sum of RGB (Red+Green+Blue) = 124+155+136=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9B88 is #836477. Grayscale: #8F8F8F. Windows color (decimal): -8610936 or 8952700. OLE color: 8952700.

HSL color Cylindrical-coordinate representation of color #7C9B88: hue angle of 143.23º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C9B88 is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 155 136 -
CMYK 0.2 0 0.12 0.39
HSL 143.23º 0.13% 0.55% -
HSV(B) 143.23º 0.2% 0.61% -
XYZ 24.48 29.51 27.7 -
YUV 143.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 124 155 136 0.2 0 0.12 0.39 143.23 0.13 0.55
Hex 7C 9B 88 14 0 C 27 8F D 37
Octal 174 233 210 24 0 14 47 217 15 67
Binary 1111100 10011011 10001000 10100 0 1100 100111 10001111 1101 110111

Color Harmonies of #7C9B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9B88

Black with #7C9B88

Text Example


Text Example

White with #7C9B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C9B88; }

 p { color: rgb(124,155,136); }

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

background-color css

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

 a { background-color: rgb(124,155,136); }

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

border-color css

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

 span { border-color: rgb(124,155,136); }

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