Html Css Color HEX #7B8985 Granny Smith

📋 copy color: '#7B8985'

red 123 ◦ green 137 ◦ blue 133

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

Shades of Granny Smith #7B8985

Tints of Granny Smith #7B8985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 31.3%
G = 34.86%
B = 33.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#7B8985 (or 0x7B8985) is known color: Granny Smith. HEX triplet: 7B, 89 and 85. RGB value is (123,137,133). Sum of RGB (Red+Green+Blue) = 123+137+133=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 137 - color contains mainly: green. Hex color #7B8985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8985 is #84767A. Grayscale: #848484. Windows color (decimal): -8681083 or 8751483. OLE color: 8751483.

HSL color Cylindrical-coordinate representation of color #7B8985: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B8985 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 123 137 133 -
CMYK 0.10 0 0.03 0.46
HSL 162.86º 0.06% 0.51% -
HSV(B) 162.86º 0.1% 0.54% -
XYZ 21.35 23.8 25.66 -
YUV 132.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 123 137 133 0.10 0 0.03 0.46 162.86 0.06 0.51
Hex 7B 89 85 A 0 3 2E A3 6 33
Octal 173 211 205 12 0 3 56 243 6 63
Binary 1111011 10001001 10000101 1010 0 11 101110 10100011 110 110011

Color Harmonies of #7B8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8985

Black with #7B8985

Text Example


Text Example

White with #7B8985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,137,133); }

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

background-color css

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

 a { background-color: rgb(123,137,133); }

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

border-color css

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

 span { border-color: rgb(123,137,133); }

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