Html Css Color HEX #8C817E Suva Grey

📋 copy color: '#8C817E'

red 140 ◦ green 129 ◦ blue 126

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

Shades of Suva Grey #8C817E

Tints of Suva Grey #8C817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 35.44%
G = 32.66%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C817E (or 0x8C817E) is known color: Suva Grey. HEX triplet: 8C, 81 and 7E. RGB value is (140,129,126). Sum of RGB (Red+Green+Blue) = 140+129+126=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C817E is #737E81. Grayscale: #838383. Windows color (decimal): -7569026 or 8290700. OLE color: 8290700.

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

Color convert

RGB 140 129 126 -
CMYK 0 0.08 0.10 0.45
HSL 12.86º 0.06% 0.52% -
HSV(B) 12.86º 0.1% 0.55% -
XYZ 22.43 22.78 22.95 -
YUV 131.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 140 129 126 0 0.08 0.10 0.45 12.86 0.06 0.52
Hex 8C 81 7E 0 8 A 2D D 6 34
Octal 214 201 176 0 10 12 55 15 6 64
Binary 10001100 10000001 1111110 0 1000 1010 101101 1101 110 110100

Color Harmonies of #8C817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C817E

Black with #8C817E

Text Example


Text Example

White with #8C817E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,126); }

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

background-color css

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

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

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

border-color css

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

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

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