Html Css Color HEX #8C827F Suva Grey

📋 copy color: '#8C827F'

red 140 ◦ green 130 ◦ blue 127

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

Shades of Suva Grey #8C827F

Tints of Suva Grey #8C827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 35.26%
G = 32.75%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C827F (or 0x8C827F) is known color: Suva Grey. HEX triplet: 8C, 82 and 7F. RGB value is (140,130,127). Sum of RGB (Red+Green+Blue) = 140+130+127=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C827F is #737D80. Grayscale: #848484. Windows color (decimal): -7568769 or 8356492. OLE color: 8356492.

HSL color Cylindrical-coordinate representation of color #8C827F: hue angle of 13.85º 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 #8C827F is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 130 127 -
CMYK 0 0.07 0.09 0.45
HSL 13.85º 0.05% 0.52% -
HSV(B) 13.85º 0.09% 0.55% -
XYZ 22.63 23.07 23.34 -
YUV 132.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 140 130 127 0 0.07 0.09 0.45 13.85 0.05 0.52
Hex 8C 82 7F 0 7 9 2D E 5 34
Octal 214 202 177 0 7 11 55 16 5 64
Binary 10001100 10000010 1111111 0 111 1001 101101 1110 101 110100

Color Harmonies of #8C827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C827F

Black with #8C827F

Text Example


Text Example

White with #8C827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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