Html Css Color HEX #761928 Red Berry

📋 copy color: '#761928'

red 118 ◦ green 25 ◦ blue 40

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

Shades of Red Berry #761928

Tints of Red Berry #761928

RGB

 RED value IS 118 (46.48% from 255) = 64.48%

 GREEN value IS 25 (10.16% from 255) = 13.66%

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 64.48%
G = 13.66%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#761928 (or 0x761928) is known color: Red Berry. HEX triplet: 76, 19 and 28. RGB value is (118,25,40). Sum of RGB (Red+Green+Blue) = 118+25+40=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #761928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761928 is #89E6D7. Grayscale: #363636. Windows color (decimal): -9037528 or 2627958. OLE color: 2627958.

HSL color Cylindrical-coordinate representation of color #761928: hue angle of 350.32º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761928 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 40 -
CMYK 0 0.79 0.66 0.54
HSL 350.32º 0.65% 0.28% -
HSV(B) 350.32º 0.79% 0.46% -
XYZ 8.2 4.7 2.48 -
YUV 54.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 118 25 40 0 0.79 0.66 0.54 350.32 0.65 0.28
Hex 76 19 28 0 4F 42 36 15E 41 1C
Octal 166 31 50 0 117 102 66 536 101 34
Binary 1110110 11001 101000 0 1001111 1000010 110110 101011110 1000001 11100

Color Harmonies of #761928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761928

Black with #761928

Text Example


Text Example

White with #761928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761928; }

 p { color: rgb(118,25,40); }

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

background-color css

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

 a { background-color: rgb(118,25,40); }

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

border-color css

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

 span { border-color: rgb(118,25,40); }

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