Html Css Color HEX #8C8F88 Delta

📋 copy color: '#8C8F88'

red 140 ◦ green 143 ◦ blue 136

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

Shades of Delta #8C8F88

Tints of Delta #8C8F88

RGB

 RED value IS 140 (55.08% from 255) = 33.41%

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

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 33.41%
G = 34.13%
B = 32.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8C8F88 (or 0x8C8F88) is known color: Delta. HEX triplet: 8C, 8F and 88. RGB value is (140,143,136). Sum of RGB (Red+Green+Blue) = 140+143+136=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8F88 is #737077. Grayscale: #8D8D8D. Windows color (decimal): -7565432 or 8949644. OLE color: 8949644.

HSL color Cylindrical-coordinate representation of color #8C8F88: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C8F88 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 143 136 -
CMYK 0.02 0 0.05 0.44
HSL 85.71º 0.03% 0.55% -
HSV(B) 85.71º 0.05% 0.56% -
XYZ 25.08 27 27.18 -
YUV 141.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 140 143 136 0.02 0 0.05 0.44 85.71 0.03 0.55
Hex 8C 8F 88 2 0 5 2C 56 3 37
Octal 214 217 210 2 0 5 54 126 3 67
Binary 10001100 10001111 10001000 10 0 101 101100 1010110 11 110111

Color Harmonies of #8C8F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8F88

Black with #8C8F88

Text Example


Text Example

White with #8C8F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,143,136); }

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

background-color css

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

 a { background-color: rgb(140,143,136); }

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

border-color css

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

 span { border-color: rgb(140,143,136); }

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