Html Css Color HEX #77172A Red Berry

📋 copy color: '#77172A'

red 119 ◦ green 23 ◦ blue 42

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

Shades of Red Berry #77172A

Tints of Red Berry #77172A

RGB

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

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

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

R = 64.67%
G = 12.5%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#77172A (or 0x77172A) is known color: Red Berry. HEX triplet: 77, 17 and 2A. RGB value is (119,23,42). Sum of RGB (Red+Green+Blue) = 119+23+42=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77172A is #88E8D5. Grayscale: #353535. Windows color (decimal): -8972502 or 2758519. OLE color: 2758519.

HSL color Cylindrical-coordinate representation of color #77172A: hue angle of 348.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 #77172A is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 42 -
CMYK 0 0.81 0.65 0.53
HSL 348.13º 0.68% 0.28% -
HSV(B) 348.13º 0.81% 0.47% -
XYZ 8.33 4.7 2.66 -
YUV 53.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 119 23 42 0 0.81 0.65 0.53 348.13 0.68 0.28
Hex 77 17 2A 0 51 41 35 15C 44 1C
Octal 167 27 52 0 121 101 65 534 104 34
Binary 1110111 10111 101010 0 1010001 1000001 110101 101011100 1000100 11100

Color Harmonies of #77172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77172A

Black with #77172A

Text Example


Text Example

White with #77172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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