Html Css Color HEX #7C8F8B Granny Smith

📋 copy color: '#7C8F8B'

red 124 ◦ green 143 ◦ blue 139

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

Shades of Granny Smith #7C8F8B

Tints of Granny Smith #7C8F8B

RGB

 RED value IS 124 (48.83% from 255) = 30.54%

 GREEN value IS 143 (56.25% from 255) = 35.22%

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

R = 30.54%
G = 35.22%
B = 34.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#7C8F8B (or 0x7C8F8B) is known color: Granny Smith. HEX triplet: 7C, 8F and 8B. RGB value is (124,143,139). Sum of RGB (Red+Green+Blue) = 124+143+139=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 143 - color contains mainly: green. Hex color #7C8F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8F8B is #837074. Grayscale: #888888. Windows color (decimal): -8614005 or 9146236. OLE color: 9146236.

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

Color convert

RGB 124 143 139 -
CMYK 0.13 0 0.03 0.44
HSL 167.37º 0.08% 0.52% -
HSV(B) 167.37º 0.13% 0.56% -
XYZ 22.79 25.79 28.2 -
YUV 136.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 124 143 139 0.13 0 0.03 0.44 167.37 0.08 0.52
Hex 7C 8F 8B D 0 3 2C A7 8 34
Octal 174 217 213 15 0 3 54 247 10 64
Binary 1111100 10001111 10001011 1101 0 11 101100 10100111 1000 110100

Color Harmonies of #7C8F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8F8B

Black with #7C8F8B

Text Example


Text Example

White with #7C8F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,143,139); }

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

background-color css

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

 a { background-color: rgb(124,143,139); }

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

border-color css

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

 span { border-color: rgb(124,143,139); }

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