Html Css Color HEX #761724 Red Berry

📋 copy color: '#761724'

red 118 ◦ green 23 ◦ blue 36

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

Shades of Red Berry #761724

Tints of Red Berry #761724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.34%

R = 66.67%
G = 12.99%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#761724 (or 0x761724) is known color: Red Berry. HEX triplet: 76, 17 and 24. RGB value is (118,23,36). Sum of RGB (Red+Green+Blue) = 118+23+36=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #761724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761724 is #89E8DB. Grayscale: #343434. Windows color (decimal): -9038044 or 2365302. OLE color: 2365302.

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

Color convert

RGB 118 23 36 -
CMYK 0 0.81 0.69 0.54
HSL 351.79º 0.67% 0.28% -
HSV(B) 351.79º 0.81% 0.46% -
XYZ 8.1 4.59 2.13 -
YUV 52.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 118 23 36 0 0.81 0.69 0.54 351.79 0.67 0.28
Hex 76 17 24 0 51 45 36 160 43 1C
Octal 166 27 44 0 121 105 66 540 103 34
Binary 1110110 10111 100100 0 1010001 1000101 110110 101100000 1000011 11100

Color Harmonies of #761724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761724

Black with #761724

Text Example


Text Example

White with #761724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761724; }

 p { color: rgb(118,23,36); }

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

background-color css

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

 a { background-color: rgb(118,23,36); }

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

border-color css

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

 span { border-color: rgb(118,23,36); }

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