Html Css Color HEX #7A9B8C Granny Smith

📋 copy color: '#7A9B8C'

red 122 ◦ green 155 ◦ blue 140

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

Shades of Granny Smith #7A9B8C

Tints of Granny Smith #7A9B8C

RGB

 RED value IS 122 (48.05% from 255) = 29.26%

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

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

R = 29.26%
G = 37.17%
B = 33.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#7A9B8C (or 0x7A9B8C) is known color: Granny Smith. HEX triplet: 7A, 9B and 8C. RGB value is (122,155,140). Sum of RGB (Red+Green+Blue) = 122+155+140=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9B8C is #856473. Grayscale: #8F8F8F. Windows color (decimal): -8742004 or 9214842. OLE color: 9214842.

HSL color Cylindrical-coordinate representation of color #7A9B8C: hue angle of 152.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9B8C is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 155 140 -
CMYK 0.21 0 0.10 0.39
HSL 152.73º 0.14% 0.54% -
HSV(B) 152.73º 0.21% 0.61% -
XYZ 24.48 29.47 29.21 -
YUV 143.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 122 155 140 0.21 0 0.10 0.39 152.73 0.14 0.54
Hex 7A 9B 8C 15 0 A 27 99 E 36
Octal 172 233 214 25 0 12 47 231 16 66
Binary 1111010 10011011 10001100 10101 0 1010 100111 10011001 1110 110110

Color Harmonies of #7A9B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9B8C

Black with #7A9B8C

Text Example


Text Example

White with #7A9B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,155,140); }

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

background-color css

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

 a { background-color: rgb(122,155,140); }

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

border-color css

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

 span { border-color: rgb(122,155,140); }

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