Html Css Color HEX #76121B Red Berry

📋 copy color: '#76121B'

red 118 ◦ green 18 ◦ blue 27

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

Shades of Red Berry #76121B

Tints of Red Berry #76121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 72.39%
G = 11.04%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76121B (or 0x76121B) is known color: Red Berry. HEX triplet: 76, 12 and 1B. RGB value is (118,18,27). Sum of RGB (Red+Green+Blue) = 118+18+27=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #76121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76121B is #89EDE4. Grayscale: #303030. Windows color (decimal): -9039333 or 1774198. OLE color: 1774198.

HSL color Cylindrical-coordinate representation of color #76121B: hue angle of 354.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 #76121B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 27 -
CMYK 0 0.85 0.77 0.54
HSL 354.6º 0.74% 0.27% -
HSV(B) 354.6º 0.85% 0.46% -
XYZ 7.89 4.36 1.46 -
YUV 48.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 118 18 27 0 0.85 0.77 0.54 354.6 0.74 0.27
Hex 76 12 1B 0 55 4D 36 163 4A 1B
Octal 166 22 33 0 125 115 66 543 112 33
Binary 1110110 10010 11011 0 1010101 1001101 110110 101100011 1001010 11011

Color Harmonies of #76121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76121B

Black with #76121B

Text Example


Text Example

White with #76121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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