Html Css Color HEX #77111A Red Berry

📋 copy color: '#77111A'

red 119 ◦ green 17 ◦ blue 26

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

Shades of Red Berry #77111A

Tints of Red Berry #77111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 73.46%
G = 10.49%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77111A (or 0x77111A) is known color: Red Berry. HEX triplet: 77, 11 and 1A. RGB value is (119,17,26). Sum of RGB (Red+Green+Blue) = 119+17+26=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #77111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77111A is #88EEE5. Grayscale: #303030. Windows color (decimal): -8974054 or 1708407. OLE color: 1708407.

HSL color Cylindrical-coordinate representation of color #77111A: hue angle of 354.71º 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 #77111A is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 26 -
CMYK 0 0.86 0.78 0.53
HSL 354.71º 0.75% 0.27% -
HSV(B) 354.71º 0.86% 0.47% -
XYZ 7.99 4.4 1.4 -
YUV 48.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 119 17 26 0 0.86 0.78 0.53 354.71 0.75 0.27
Hex 77 11 1A 0 56 4E 35 163 4B 1B
Octal 167 21 32 0 126 116 65 543 113 33
Binary 1110111 10001 11010 0 1010110 1001110 110101 101100011 1001011 11011

Color Harmonies of #77111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77111A

Black with #77111A

Text Example


Text Example

White with #77111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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