Html Css Color HEX #77171A Red Berry

📋 copy color: '#77171A'

red 119 ◦ green 23 ◦ blue 26

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

Shades of Red Berry #77171A

Tints of Red Berry #77171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.69%

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

R = 70.83%
G = 13.69%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77171A (or 0x77171A) is known color: Red Berry. HEX triplet: 77, 17 and 1A. RGB value is (119,23,26). Sum of RGB (Red+Green+Blue) = 119+23+26=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77171A is #88E8E5. Grayscale: #343434. Windows color (decimal): -8972518 or 1709943. OLE color: 1709943.

HSL color Cylindrical-coordinate representation of color #77171A: hue angle of 358.12º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77171A is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 26 -
CMYK 0 0.81 0.78 0.53
HSL 358.13º 0.68% 0.28% -
HSV(B) 358.13º 0.81% 0.47% -
XYZ 8.1 4.61 1.44 -
YUV 52.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 119 23 26 0 0.81 0.78 0.53 358.13 0.68 0.28
Hex 77 17 1A 0 51 4E 35 166 44 1C
Octal 167 27 32 0 121 116 65 546 104 34
Binary 1110111 10111 11010 0 1010001 1001110 110101 101100110 1000100 11100

Color Harmonies of #77171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77171A

Black with #77171A

Text Example


Text Example

White with #77171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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