Html Css Color HEX #8C8C7F Jumbo

📋 copy color: '#8C8C7F'

red 140 ◦ green 140 ◦ blue 127

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

Shades of Jumbo #8C8C7F

Tints of Jumbo #8C8C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 34.4%
G = 34.4%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C8C7F (or 0x8C8C7F) is known color: Jumbo. HEX triplet: 8C, 8C and 7F. RGB value is (140,140,127). Sum of RGB (Red+Green+Blue) = 140+140+127=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8C7F is #737380. Grayscale: #8A8A8A. Windows color (decimal): -7566209 or 8359052. OLE color: 8359052.

HSL color Cylindrical-coordinate representation of color #8C8C7F: hue angle of 60º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8C7F is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 140 127 -
CMYK 0 0 0.09 0.45
HSL 60º 0.05% 0.52% -
HSV(B) 60º 0.09% 0.55% -
XYZ 24.02 25.86 23.8 -
YUV 138.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 140 140 127 0 0 0.09 0.45 60 0.05 0.52
Hex 8C 8C 7F 0 0 9 2D 3C 5 34
Octal 214 214 177 0 0 11 55 74 5 64
Binary 10001100 10001100 1111111 0 0 1001 101101 111100 101 110100

Color Harmonies of #8C8C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8C7F

Black with #8C8C7F

Text Example


Text Example

White with #8C8C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,140,127); }

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

background-color css

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

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

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

border-color css

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

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

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