Html Css Color HEX #7F908B Granny Smith

📋 copy color: '#7F908B'

red 127 ◦ green 144 ◦ blue 139

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

Shades of Granny Smith #7F908B

Tints of Granny Smith #7F908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 30.98%
G = 35.12%
B = 33.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#7F908B (or 0x7F908B) is known color: Granny Smith. HEX triplet: 7F, 90 and 8B. RGB value is (127,144,139). Sum of RGB (Red+Green+Blue) = 127+144+139=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #7F908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F908B is #806F74. Grayscale: #8A8A8A. Windows color (decimal): -8417141 or 9146495. OLE color: 9146495.

HSL color Cylindrical-coordinate representation of color #7F908B: hue angle of 162.35º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F908B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 144 139 -
CMYK 0.12 0 0.03 0.44
HSL 162.35º 0.07% 0.53% -
HSV(B) 162.35º 0.12% 0.56% -
XYZ 23.39 26.32 28.27 -
YUV 138.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 127 144 139 0.12 0 0.03 0.44 162.35 0.07 0.53
Hex 7F 90 8B C 0 3 2C A2 7 35
Octal 177 220 213 14 0 3 54 242 7 65
Binary 1111111 10010000 10001011 1100 0 11 101100 10100010 111 110101

Color Harmonies of #7F908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F908B

Black with #7F908B

Text Example


Text Example

White with #7F908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,144,139); }

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

background-color css

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

 a { background-color: rgb(127,144,139); }

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

border-color css

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

 span { border-color: rgb(127,144,139); }

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