Html Css Color HEX #7F525B Cannon Pink

📋 copy color: '#7F525B'

red 127 ◦ green 82 ◦ blue 91

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

Shades of Cannon Pink #7F525B

Tints of Cannon Pink #7F525B

RGB

 RED value IS 127 (50% from 255) = 42.33%

 GREEN value IS 82 (32.42% from 255) = 27.33%

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 42.33%
G = 27.33%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F525B (or 0x7F525B) is known color: Cannon Pink. HEX triplet: 7F, 52 and 5B. RGB value is (127,82,91). Sum of RGB (Red+Green+Blue) = 127+82+91=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F525B is #80ADA4. Grayscale: #606060. Windows color (decimal): -8433061 or 5984895. OLE color: 5984895.

HSL color Cylindrical-coordinate representation of color #7F525B: hue angle of 348º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F525B is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 82 91 -
CMYK 0 0.35 0.28 0.50
HSL 348º 0.22% 0.41% -
HSV(B) 348º 0.35% 0.5% -
XYZ 13.66 11.3 11.36 -
YUV 96.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 127 82 91 0 0.35 0.28 0.50 348 0.22 0.41
Hex 7F 52 5B 0 23 1C 32 15C 16 29
Octal 177 122 133 0 43 34 62 534 26 51
Binary 1111111 1010010 1011011 0 100011 11100 110010 101011100 10110 101001

Color Harmonies of #7F525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F525B

Black with #7F525B

Text Example


Text Example

White with #7F525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F525B; }

 p { color: rgb(127,82,91); }

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

background-color css

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

 a { background-color: rgb(127,82,91); }

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

border-color css

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

 span { border-color: rgb(127,82,91); }

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