Html Css Color HEX #865767 Cannon Pink

📋 copy color: '#865767'

red 134 ◦ green 87 ◦ blue 103

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

Shades of Cannon Pink #865767

Tints of Cannon Pink #865767

RGB

 RED value IS 134 (52.73% from 255) = 41.36%

 GREEN value IS 87 (34.38% from 255) = 26.85%

 BLUE value IS 103 (40.63% from 255) = 31.79%

R = 41.36%
G = 26.85%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#865767 (or 0x865767) is known color: Cannon Pink. HEX triplet: 86, 57 and 67. RGB value is (134,87,103). Sum of RGB (Red+Green+Blue) = 134+87+103=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #865767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865767 is #79A898. Grayscale: #666666. Windows color (decimal): -7973017 or 6772614. OLE color: 6772614.

HSL color Cylindrical-coordinate representation of color #865767: hue angle of 339.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #865767 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 87 103 -
CMYK 0 0.35 0.23 0.47
HSL 339.57º 0.21% 0.43% -
HSV(B) 339.57º 0.35% 0.53% -
XYZ 15.69 12.86 14.49 -
YUV 102.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 134 87 103 0 0.35 0.23 0.47 339.57 0.21 0.43
Hex 86 57 67 0 23 17 2F 154 15 2B
Octal 206 127 147 0 43 27 57 524 25 53
Binary 10000110 1010111 1100111 0 100011 10111 101111 101010100 10101 101011

Color Harmonies of #865767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865767

Black with #865767

Text Example


Text Example

White with #865767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865767; }

 p { color: rgb(134,87,103); }

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

background-color css

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

 a { background-color: rgb(134,87,103); }

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

border-color css

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

 span { border-color: rgb(134,87,103); }

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