Html Css Color HEX #7F355F Rose Bud Cherry

📋 copy color: '#7F355F'

red 127 ◦ green 53 ◦ blue 95

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

Shades of Rose Bud Cherry #7F355F

Tints of Rose Bud Cherry #7F355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 46.18%
G = 19.27%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F355F (or 0x7F355F) is known color: Rose Bud Cherry. HEX triplet: 7F, 35 and 5F. RGB value is (127,53,95). Sum of RGB (Red+Green+Blue) = 127+53+95=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 127 - color contains mainly: red. Hex color #7F355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F355F is #80CAA0. Grayscale: #4F4F4F. Windows color (decimal): -8440481 or 6239615. OLE color: 6239615.

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

Color convert

RGB 127 53 95 -
CMYK 0 0.58 0.25 0.50
HSL 325.95º 0.41% 0.35% -
HSV(B) 325.95º 0.58% 0.5% -
XYZ 12.09 7.88 11.71 -
YUV 79.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 127 53 95 0 0.58 0.25 0.50 325.95 0.41 0.35
Hex 7F 35 5F 0 3A 19 32 146 29 23
Octal 177 65 137 0 72 31 62 506 51 43
Binary 1111111 110101 1011111 0 111010 11001 110010 101000110 101001 100011

Color Harmonies of #7F355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F355F

Black with #7F355F

Text Example


Text Example

White with #7F355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,53,95); }

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

background-color css

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

 a { background-color: rgb(127,53,95); }

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

border-color css

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

 span { border-color: rgb(127,53,95); }

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