Html Css Color HEX #874758 Cannon Pink

📋 copy color: '#874758'

red 135 ◦ green 71 ◦ blue 88

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

Shades of Cannon Pink #874758

Tints of Cannon Pink #874758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 88 (34.77% from 255) = 29.93%

R = 45.92%
G = 24.15%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#874758 (or 0x874758) is known color: Cannon Pink. HEX triplet: 87, 47 and 58. RGB value is (135,71,88). Sum of RGB (Red+Green+Blue) = 135+71+88=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #874758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874758 is #78B8A7. Grayscale: #5C5C5C. Windows color (decimal): -7911592 or 5785479. OLE color: 5785479.

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

Color convert

RGB 135 71 88 -
CMYK 0 0.47 0.35 0.47
HSL 344.06º 0.31% 0.4% -
HSV(B) 344.06º 0.47% 0.53% -
XYZ 14.01 10.36 10.49 -
YUV 92.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 135 71 88 0 0.47 0.35 0.47 344.06 0.31 0.4
Hex 87 47 58 0 2F 23 2F 158 1F 28
Octal 207 107 130 0 57 43 57 530 37 50
Binary 10000111 1000111 1011000 0 101111 100011 101111 101011000 11111 101000

Color Harmonies of #874758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874758

Black with #874758

Text Example


Text Example

White with #874758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874758; }

 p { color: rgb(135,71,88); }

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

background-color css

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

 a { background-color: rgb(135,71,88); }

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

border-color css

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

 span { border-color: rgb(135,71,88); }

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