Html Css Color HEX #7B998D Granny Smith

📋 copy color: '#7B998D'

red 123 ◦ green 153 ◦ blue 141

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

Shades of Granny Smith #7B998D

Tints of Granny Smith #7B998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.69%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 29.5%
G = 36.69%
B = 33.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#7B998D (or 0x7B998D) is known color: Granny Smith. HEX triplet: 7B, 99 and 8D. RGB value is (123,153,141). Sum of RGB (Red+Green+Blue) = 123+153+141=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #7B998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B998D is #846672. Grayscale: #8E8E8E. Windows color (decimal): -8676979 or 9279867. OLE color: 9279867.

HSL color Cylindrical-coordinate representation of color #7B998D: hue angle of 156º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B998D is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 153 141 -
CMYK 0.20 0 0.08 0.4
HSL 156º 0.13% 0.54% -
HSV(B) 156º 0.2% 0.6% -
XYZ 24.37 28.92 29.5 -
YUV 142.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 123 153 141 0.20 0 0.08 0.4 156 0.13 0.54
Hex 7B 99 8D 14 0 8 28 9C D 36
Octal 173 231 215 24 0 10 50 234 15 66
Binary 1111011 10011001 10001101 10100 0 1000 101000 10011100 1101 110110

Color Harmonies of #7B998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B998D

Black with #7B998D

Text Example


Text Example

White with #7B998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,153,141); }

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

background-color css

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

 a { background-color: rgb(123,153,141); }

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

border-color css

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

 span { border-color: rgb(123,153,141); }

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