Html Css Color HEX #A7076B Jazzberry Jam

📋 copy color: '#A7076B'

red 167 ◦ green 7 ◦ blue 107

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

Shades of Jazzberry Jam #A7076B

Tints of Jazzberry Jam #A7076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.08%

R = 59.43%
G = 2.49%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A7076B (or 0xA7076B) is known color: Jazzberry Jam. HEX triplet: A7, 07 and 6B. RGB value is (167,7,107). Sum of RGB (Red+Green+Blue) = 167+7+107=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A7076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7076B is #58F894. Grayscale: #424242. Windows color (decimal): -5830805 or 7014311. OLE color: 7014311.

HSL color Cylindrical-coordinate representation of color #A7076B: hue angle of 322.5º 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 #A7076B is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 7 107 -
CMYK 0 0.96 0.36 0.35
HSL 322.5º 0.92% 0.34% -
HSV(B) 322.5º 0.96% 0.65% -
XYZ 18.67 9.43 14.75 -
YUV 66.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 167 7 107 0 0.96 0.36 0.35 322.5 0.92 0.34
Hex A7 7 6B 0 60 24 23 142 5C 22
Octal 247 7 153 0 140 44 43 502 134 42
Binary 10100111 111 1101011 0 1100000 100100 100011 101000010 1011100 100010

Color Harmonies of #A7076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7076B

Black with #A7076B

Text Example


Text Example

White with #A7076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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