Html Css Color HEX #7B988C Granny Smith

📋 copy color: '#7B988C'

red 123 ◦ green 152 ◦ blue 140

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

Shades of Granny Smith #7B988C

Tints of Granny Smith #7B988C

RGB

 RED value IS 123 (48.44% from 255) = 29.64%

 GREEN value IS 152 (59.77% from 255) = 36.63%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 29.64%
G = 36.63%
B = 33.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#7B988C (or 0x7B988C) is known color: Granny Smith. HEX triplet: 7B, 98 and 8C. RGB value is (123,152,140). Sum of RGB (Red+Green+Blue) = 123+152+140=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #7B988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B988C is #846773. Grayscale: #8D8D8D. Windows color (decimal): -8677236 or 9214075. OLE color: 9214075.

HSL color Cylindrical-coordinate representation of color #7B988C: hue angle of 155.17º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B988C is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 152 140 -
CMYK 0.19 0 0.08 0.40
HSL 155.17º 0.12% 0.54% -
HSV(B) 155.17º 0.19% 0.6% -
XYZ 24.13 28.56 29.05 -
YUV 141.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 123 152 140 0.19 0 0.08 0.40 155.17 0.12 0.54
Hex 7B 98 8C 13 0 8 28 9B C 36
Octal 173 230 214 23 0 10 50 233 14 66
Binary 1111011 10011000 10001100 10011 0 1000 101000 10011011 1100 110110

Color Harmonies of #7B988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B988C

Black with #7B988C

Text Example


Text Example

White with #7B988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,152,140); }

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

background-color css

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

 a { background-color: rgb(123,152,140); }

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

border-color css

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

 span { border-color: rgb(123,152,140); }

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