Html Css Color HEX #7B8782 Granny Smith

📋 copy color: '#7B8782'

red 123 ◦ green 135 ◦ blue 130

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

Shades of Granny Smith #7B8782

Tints of Granny Smith #7B8782

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 31.7%
G = 34.79%
B = 33.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#7B8782 (or 0x7B8782) is known color: Granny Smith. HEX triplet: 7B, 87 and 82. RGB value is (123,135,130). Sum of RGB (Red+Green+Blue) = 123+135+130=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8782 is #84787D. Grayscale: #828282. Windows color (decimal): -8681598 or 8554363. OLE color: 8554363.

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

Color convert

RGB 123 135 130 -
CMYK 0.09 0 0.04 0.47
HSL 155º 0.05% 0.51% -
HSV(B) 155º 0.09% 0.53% -
XYZ 20.86 23.15 24.49 -
YUV 130.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 123 135 130 0.09 0 0.04 0.47 155 0.05 0.51
Hex 7B 87 82 9 0 4 2F 9B 5 33
Octal 173 207 202 11 0 4 57 233 5 63
Binary 1111011 10000111 10000010 1001 0 100 101111 10011011 101 110011

Color Harmonies of #7B8782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8782

Black with #7B8782

Text Example


Text Example

White with #7B8782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,135,130); }

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

background-color css

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

 a { background-color: rgb(123,135,130); }

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

border-color css

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

 span { border-color: rgb(123,135,130); }

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