Html Css Color HEX #7A1117 Red Berry

📋 copy color: '#7A1117'

red 122 ◦ green 17 ◦ blue 23

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

Shades of Red Berry #7A1117

Tints of Red Berry #7A1117

RGB

 RED value IS 122 (48.05% from 255) = 75.31%

 GREEN value IS 17 (7.03% from 255) = 10.49%

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 75.31%
G = 10.49%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#7A1117 (or 0x7A1117) is known color: Red Berry. HEX triplet: 7A, 11 and 17. RGB value is (122,17,23). Sum of RGB (Red+Green+Blue) = 122+17+23=162 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.31% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1117 is #85EEE8. Grayscale: #313131. Windows color (decimal): -8777449 or 1511802. OLE color: 1511802.

HSL color Cylindrical-coordinate representation of color #7A1117: hue angle of 356.57º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1117 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 17 23 -
CMYK 0 0.86 0.81 0.52
HSL 356.57º 0.76% 0.27% -
HSV(B) 356.57º 0.86% 0.48% -
XYZ 8.38 4.6 1.26 -
YUV 49.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 122 17 23 0 0.86 0.81 0.52 356.57 0.76 0.27
Hex 7A 11 17 0 56 51 34 165 4C 1B
Octal 172 21 27 0 126 121 64 545 114 33
Binary 1111010 10001 10111 0 1010110 1010001 110100 101100101 1001100 11011

Color Harmonies of #7A1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1117

Black with #7A1117

Text Example


Text Example

White with #7A1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,17,23); }

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

background-color css

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

 a { background-color: rgb(122,17,23); }

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

border-color css

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

 span { border-color: rgb(122,17,23); }

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