Html Css Color HEX #874B5C Cannon Pink

📋 copy color: '#874B5C'

red 135 ◦ green 75 ◦ blue 92

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

Shades of Cannon Pink #874B5C

Tints of Cannon Pink #874B5C

RGB

 RED value IS 135 (53.13% from 255) = 44.7%

 GREEN value IS 75 (29.69% from 255) = 24.83%

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 44.7%
G = 24.83%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#874B5C (or 0x874B5C) is known color: Cannon Pink. HEX triplet: 87, 4B and 5C. RGB value is (135,75,92). Sum of RGB (Red+Green+Blue) = 135+75+92=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #874B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B5C is #78B4A3. Grayscale: #5E5E5E. Windows color (decimal): -7910564 or 6048647. OLE color: 6048647.

HSL color Cylindrical-coordinate representation of color #874B5C: hue angle of 343º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874B5C is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 75 92 -
CMYK 0 0.44 0.32 0.47
HSL 343º 0.29% 0.41% -
HSV(B) 343º 0.44% 0.53% -
XYZ 14.44 10.96 11.48 -
YUV 94.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 135 75 92 0 0.44 0.32 0.47 343 0.29 0.41
Hex 87 4B 5C 0 2C 20 2F 157 1D 29
Octal 207 113 134 0 54 40 57 527 35 51
Binary 10000111 1001011 1011100 0 101100 100000 101111 101010111 11101 101001

Color Harmonies of #874B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874B5C

Black with #874B5C

Text Example


Text Example

White with #874B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874B5C; }

 p { color: rgb(135,75,92); }

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

background-color css

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

 a { background-color: rgb(135,75,92); }

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

border-color css

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

 span { border-color: rgb(135,75,92); }

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