Html Css Color HEX #76122A Red Berry

📋 copy color: '#76122A'

red 118 ◦ green 18 ◦ blue 42

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

Shades of Red Berry #76122A

Tints of Red Berry #76122A

RGB

 RED value IS 118 (46.48% from 255) = 66.29%

 GREEN value IS 18 (7.42% from 255) = 10.11%

 BLUE value IS 42 (16.8% from 255) = 23.6%

R = 66.29%
G = 10.11%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76122A (or 0x76122A) is known color: Red Berry. HEX triplet: 76, 12 and 2A. RGB value is (118,18,42). Sum of RGB (Red+Green+Blue) = 118+18+42=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76122A is #89EDD5. Grayscale: #323232. Windows color (decimal): -9039318 or 2757238. OLE color: 2757238.

HSL color Cylindrical-coordinate representation of color #76122A: hue angle of 345.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76122A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 42 -
CMYK 0 0.85 0.64 0.54
HSL 345.6º 0.74% 0.27% -
HSV(B) 345.6º 0.85% 0.46% -
XYZ 8.11 4.45 2.62 -
YUV 50.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 118 18 42 0 0.85 0.64 0.54 345.6 0.74 0.27
Hex 76 12 2A 0 55 40 36 15A 4A 1B
Octal 166 22 52 0 125 100 66 532 112 33
Binary 1110110 10010 101010 0 1010101 1000000 110110 101011010 1001010 11011

Color Harmonies of #76122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76122A

Black with #76122A

Text Example


Text Example

White with #76122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76122A; }

 p { color: rgb(118,18,42); }

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

background-color css

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

 a { background-color: rgb(118,18,42); }

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

border-color css

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

 span { border-color: rgb(118,18,42); }

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