Html Css Color HEX #7F335E Rose Bud Cherry

📋 copy color: '#7F335E'

red 127 ◦ green 51 ◦ blue 94

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

Shades of Rose Bud Cherry #7F335E

Tints of Rose Bud Cherry #7F335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 46.69%
G = 18.75%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F335E (or 0x7F335E) is known color: Rose Bud Cherry. HEX triplet: 7F, 33 and 5E. RGB value is (127,51,94). Sum of RGB (Red+Green+Blue) = 127+51+94=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F335E is #80CCA1. Grayscale: #4E4E4E. Windows color (decimal): -8440994 or 6173567. OLE color: 6173567.

HSL color Cylindrical-coordinate representation of color #7F335E: hue angle of 326.05º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F335E is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 51 94 -
CMYK 0 0.60 0.26 0.50
HSL 326.05º 0.43% 0.35% -
HSV(B) 326.05º 0.6% 0.5% -
XYZ 11.96 7.69 11.44 -
YUV 78.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 127 51 94 0 0.60 0.26 0.50 326.05 0.43 0.35
Hex 7F 33 5E 0 3C 1A 32 146 2B 23
Octal 177 63 136 0 74 32 62 506 53 43
Binary 1111111 110011 1011110 0 111100 11010 110010 101000110 101011 100011

Color Harmonies of #7F335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F335E

Black with #7F335E

Text Example


Text Example

White with #7F335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,51,94); }

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

background-color css

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

 a { background-color: rgb(127,51,94); }

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

border-color css

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

 span { border-color: rgb(127,51,94); }

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