Html Css Color HEX #A70761 Jazzberry Jam

📋 copy color: '#A70761'

red 167 ◦ green 7 ◦ blue 97

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

Shades of Jazzberry Jam #A70761

Tints of Jazzberry Jam #A70761

RGB

 RED value IS 167 (65.63% from 255) = 61.62%

 GREEN value IS 7 (3.13% from 255) = 2.58%

 BLUE value IS 97 (38.28% from 255) = 35.79%

R = 61.62%
G = 2.58%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A70761 (or 0xA70761) is known color: Jazzberry Jam. HEX triplet: A7, 07 and 61. RGB value is (167,7,97). Sum of RGB (Red+Green+Blue) = 167+7+97=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A70761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70761 is #58F89E. Grayscale: #404040. Windows color (decimal): -5830815 or 6358951. OLE color: 6358951.

HSL color Cylindrical-coordinate representation of color #A70761: hue angle of 326.25º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70761 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 7 97 -
CMYK 0 0.96 0.42 0.35
HSL 326.25º 0.92% 0.34% -
HSV(B) 326.25º 0.96% 0.65% -
XYZ 18.17 9.23 12.13 -
YUV 65.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 167 7 97 0 0.96 0.42 0.35 326.25 0.92 0.34
Hex A7 7 61 0 60 2A 23 146 5C 22
Octal 247 7 141 0 140 52 43 506 134 42
Binary 10100111 111 1100001 0 1100000 101010 100011 101000110 1011100 100010

Color Harmonies of #A70761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70761

Black with #A70761

Text Example


Text Example

White with #A70761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70761; }

 p { color: rgb(167,7,97); }

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

background-color css

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

 a { background-color: rgb(167,7,97); }

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

border-color css

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

 span { border-color: rgb(167,7,97); }

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