Html Css Color HEX #7E2E62 Rose Bud Cherry

📋 copy color: '#7E2E62'

red 126 ◦ green 46 ◦ blue 98

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

Shades of Rose Bud Cherry #7E2E62

Tints of Rose Bud Cherry #7E2E62

RGB

 RED value IS 126 (49.61% from 255) = 46.67%

 GREEN value IS 46 (18.36% from 255) = 17.04%

 BLUE value IS 98 (38.67% from 255) = 36.3%

R = 46.67%
G = 17.04%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7E2E62 (or 0x7E2E62) is known color: Rose Bud Cherry. HEX triplet: 7E, 2E and 62. RGB value is (126,46,98). Sum of RGB (Red+Green+Blue) = 126+46+98=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2E62 is #81D19D. Grayscale: #4B4B4B. Windows color (decimal): -8507806 or 6434430. OLE color: 6434430.

HSL color Cylindrical-coordinate representation of color #7E2E62: hue angle of 321º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E2E62 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 46 98 -
CMYK 0 0.63 0.22 0.51
HSL 321º 0.47% 0.34% -
HSV(B) 321º 0.63% 0.49% -
XYZ 11.79 7.27 12.34 -
YUV 75.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 126 46 98 0 0.63 0.22 0.51 321 0.47 0.34
Hex 7E 2E 62 0 3F 16 33 141 2F 22
Octal 176 56 142 0 77 26 63 501 57 42
Binary 1111110 101110 1100010 0 111111 10110 110011 101000001 101111 100010

Color Harmonies of #7E2E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2E62

Black with #7E2E62

Text Example


Text Example

White with #7E2E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,46,98); }

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

background-color css

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

 a { background-color: rgb(126,46,98); }

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

border-color css

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

 span { border-color: rgb(126,46,98); }

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