Html Css Color HEX #77111C Red Berry

📋 copy color: '#77111C'

red 119 ◦ green 17 ◦ blue 28

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

Shades of Red Berry #77111C

Tints of Red Berry #77111C

RGB

 RED value IS 119 (46.88% from 255) = 72.56%

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

 BLUE value IS 28 (11.33% from 255) = 17.07%

R = 72.56%
G = 10.37%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77111C (or 0x77111C) is known color: Red Berry. HEX triplet: 77, 11 and 1C. RGB value is (119,17,28). Sum of RGB (Red+Green+Blue) = 119+17+28=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #77111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77111C is #88EEE3. Grayscale: #303030. Windows color (decimal): -8974052 or 1839479. OLE color: 1839479.

HSL color Cylindrical-coordinate representation of color #77111C: hue angle of 353.53º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77111C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 28 -
CMYK 0 0.86 0.76 0.53
HSL 353.53º 0.75% 0.27% -
HSV(B) 353.53º 0.86% 0.47% -
XYZ 8.02 4.41 1.53 -
YUV 48.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 119 17 28 0 0.86 0.76 0.53 353.53 0.75 0.27
Hex 77 11 1C 0 56 4C 35 162 4B 1B
Octal 167 21 34 0 126 114 65 542 113 33
Binary 1110111 10001 11100 0 1010110 1001100 110101 101100010 1001011 11011

Color Harmonies of #77111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77111C

Black with #77111C

Text Example


Text Example

White with #77111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77111C; }

 p { color: rgb(119,17,28); }

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

background-color css

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

 a { background-color: rgb(119,17,28); }

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

border-color css

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

 span { border-color: rgb(119,17,28); }

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