Html Css Color HEX #8F9F7F Delta

📋 copy color: '#8F9F7F'

red 143 ◦ green 159 ◦ blue 127

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

Shades of Delta #8F9F7F

Tints of Delta #8F9F7F

RGB

 RED value IS 143 (56.25% from 255) = 33.33%

 GREEN value IS 159 (62.5% from 255) = 37.06%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 33.33%
G = 37.06%
B = 29.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#8F9F7F (or 0x8F9F7F) is known color: Delta. HEX triplet: 8F, 9F and 7F. RGB value is (143,159,127). Sum of RGB (Red+Green+Blue) = 143+159+127=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F7F is #706080. Grayscale: #969696. Windows color (decimal): -7364737 or 8363919. OLE color: 8363919.

HSL color Cylindrical-coordinate representation of color #8F9F7F: hue angle of 90º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F9F7F is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 159 127 -
CMYK 0.10 0 0.20 0.38
HSL 90º 0.14% 0.56% -
HSV(B) 90º 0.2% 0.62% -
XYZ 27.56 32.17 24.84 -
YUV 150.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 143 159 127 0.10 0 0.20 0.38 90 0.14 0.56
Hex 8F 9F 7F A 0 14 26 5A E 38
Octal 217 237 177 12 0 24 46 132 16 70
Binary 10001111 10011111 1111111 1010 0 10100 100110 1011010 1110 111000

Color Harmonies of #8F9F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9F7F

Black with #8F9F7F

Text Example


Text Example

White with #8F9F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F9F7F; }

 p { color: rgb(143,159,127); }

 H1.HeaderClassName
 {
   color: #8F9F7F;
 }
 .AnyTagClassName
 {
   color: #8F9F7F;
 }
</style>

background-color css

<style>
 a { background-color: #8F9F7F; }

 a { background-color: rgb(143,159,127); }

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

border-color css

<style>
 span { border-color: #8F9F7F; }

 span { border-color: rgb(143,159,127); }

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