Html Css Color HEX #7F8885 Granny Smith

📋 copy color: '#7F8885'

red 127 ◦ green 136 ◦ blue 133

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

Shades of Granny Smith #7F8885

Tints of Granny Smith #7F8885

RGB

 RED value IS 127 (50% from 255) = 32.07%

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

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

R = 32.07%
G = 34.34%
B = 33.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#7F8885 (or 0x7F8885) is known color: Granny Smith. HEX triplet: 7F, 88 and 85. RGB value is (127,136,133). Sum of RGB (Red+Green+Blue) = 127+136+133=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8885 is #80777A. Grayscale: #848484. Windows color (decimal): -8419195 or 8751231. OLE color: 8751231.

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

Color convert

RGB 127 136 133 -
CMYK 0.07 0 0.02 0.47
HSL 160º 0.04% 0.52% -
HSV(B) 160º 0.07% 0.53% -
XYZ 21.79 23.81 25.64 -
YUV 132.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 127 136 133 0.07 0 0.02 0.47 160 0.04 0.52
Hex 7F 88 85 7 0 2 2F A0 4 34
Octal 177 210 205 7 0 2 57 240 4 64
Binary 1111111 10001000 10000101 111 0 10 101111 10100000 100 110100

Color Harmonies of #7F8885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8885

Black with #7F8885

Text Example


Text Example

White with #7F8885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,136,133); }

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

background-color css

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

 a { background-color: rgb(127,136,133); }

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

border-color css

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

 span { border-color: rgb(127,136,133); }

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