Html Css Color HEX #80867F Boulder

📋 copy color: '#80867F'

red 128 ◦ green 134 ◦ blue 127

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

Shades of Boulder #80867F

Tints of Boulder #80867F

RGB

 RED value IS 128 (50.39% from 255) = 32.9%

 GREEN value IS 134 (52.73% from 255) = 34.45%

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

R = 32.9%
G = 34.45%
B = 32.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#80867F (or 0x80867F) is known color: Boulder. HEX triplet: 80, 86 and 7F. RGB value is (128,134,127). Sum of RGB (Red+Green+Blue) = 128+134+127=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #80867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80867F is #7F7980. Grayscale: #838383. Windows color (decimal): -8354177 or 8357504. OLE color: 8357504.

HSL color Cylindrical-coordinate representation of color #80867F: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #80867F is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 127 -
CMYK 0.04 0 0.05 0.47
HSL 111.43º 0.03% 0.51% -
HSV(B) 111.43º 0.05% 0.53% -
XYZ 21.26 23.17 23.43 -
YUV 131.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 128 134 127 0.04 0 0.05 0.47 111.43 0.03 0.51
Hex 80 86 7F 4 0 5 2F 6F 3 33
Octal 200 206 177 4 0 5 57 157 3 63
Binary 10000000 10000110 1111111 100 0 101 101111 1101111 11 110011

Color Harmonies of #80867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80867F

Black with #80867F

Text Example


Text Example

White with #80867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80867F; }

 p { color: rgb(128,134,127); }

 H1.HeaderClassName
 {
   color: #80867F;
 }
 .AnyTagClassName
 {
   color: #80867F;
 }
</style>

background-color css

<style>
 a { background-color: #80867F; }

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

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

border-color css

<style>
 span { border-color: #80867F; }

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

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