Html Css Color HEX #8C827B Hurricane

📋 copy color: '#8C827B'

red 140 ◦ green 130 ◦ blue 123

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

Shades of Hurricane #8C827B

Tints of Hurricane #8C827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 35.62%
G = 33.08%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C827B (or 0x8C827B) is known color: Hurricane. HEX triplet: 8C, 82 and 7B. RGB value is (140,130,123). Sum of RGB (Red+Green+Blue) = 140+130+123=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 140 - color contains mainly: red. Hex color #8C827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C827B is #737D84. Grayscale: #848484. Windows color (decimal): -7568773 or 8094348. OLE color: 8094348.

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

Color convert

RGB 140 130 123 -
CMYK 0 0.07 0.12 0.45
HSL 24.71º 0.07% 0.52% -
HSV(B) 24.71º 0.12% 0.55% -
XYZ 22.37 22.97 21.99 -
YUV 132.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 140 130 123 0 0.07 0.12 0.45 24.71 0.07 0.52
Hex 8C 82 7B 0 7 C 2D 19 7 34
Octal 214 202 173 0 7 14 55 31 7 64
Binary 10001100 10000010 1111011 0 111 1100 101101 11001 111 110100

Color Harmonies of #8C827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C827B

Black with #8C827B

Text Example


Text Example

White with #8C827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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