Html Css Color HEX #77172B Red Berry

📋 copy color: '#77172B'

red 119 ◦ green 23 ◦ blue 43

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

Shades of Red Berry #77172B

Tints of Red Berry #77172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.24%

R = 64.32%
G = 12.43%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77172B (or 0x77172B) is known color: Red Berry. HEX triplet: 77, 17 and 2B. RGB value is (119,23,43). Sum of RGB (Red+Green+Blue) = 119+23+43=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77172B is #88E8D4. Grayscale: #363636. Windows color (decimal): -8972501 or 2824055. OLE color: 2824055.

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

Color convert

RGB 119 23 43 -
CMYK 0 0.81 0.64 0.53
HSL 347.5º 0.68% 0.28% -
HSV(B) 347.5º 0.81% 0.47% -
XYZ 8.35 4.71 2.75 -
YUV 53.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 119 23 43 0 0.81 0.64 0.53 347.5 0.68 0.28
Hex 77 17 2B 0 51 40 35 15C 44 1C
Octal 167 27 53 0 121 100 65 534 104 34
Binary 1110111 10111 101011 0 1010001 1000000 110101 101011100 1000100 11100

Color Harmonies of #77172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77172B

Black with #77172B

Text Example


Text Example

White with #77172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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