Html Css Color HEX #7B8881 Granny Smith

📋 copy color: '#7B8881'

red 123 ◦ green 136 ◦ blue 129

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

Shades of Granny Smith #7B8881

Tints of Granny Smith #7B8881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 31.7%
G = 35.05%
B = 33.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#7B8881 (or 0x7B8881) is known color: Granny Smith. HEX triplet: 7B, 88 and 81. RGB value is (123,136,129). Sum of RGB (Red+Green+Blue) = 123+136+129=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 136 - color contains mainly: green. Hex color #7B8881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8881 is #84777E. Grayscale: #838383. Windows color (decimal): -8681343 or 8489083. OLE color: 8489083.

HSL color Cylindrical-coordinate representation of color #7B8881: hue angle of 147.69º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B8881 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 136 129 -
CMYK 0.10 0 0.05 0.47
HSL 147.69º 0.05% 0.51% -
HSV(B) 147.69º 0.1% 0.53% -
XYZ 20.93 23.4 24.18 -
YUV 131.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 123 136 129 0.10 0 0.05 0.47 147.69 0.05 0.51
Hex 7B 88 81 A 0 5 2F 94 5 33
Octal 173 210 201 12 0 5 57 224 5 63
Binary 1111011 10001000 10000001 1010 0 101 101111 10010100 101 110011

Color Harmonies of #7B8881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8881

Black with #7B8881

Text Example


Text Example

White with #7B8881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,136,129); }

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

background-color css

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

 a { background-color: rgb(123,136,129); }

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

border-color css

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

 span { border-color: rgb(123,136,129); }

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