Html Css Color HEX #761718 Red Berry

📋 copy color: '#761718'

red 118 ◦ green 23 ◦ blue 24

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

Shades of Red Berry #761718

Tints of Red Berry #761718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.55%

R = 71.52%
G = 13.94%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#761718 (or 0x761718) is known color: Red Berry. HEX triplet: 76, 17 and 18. RGB value is (118,23,24). Sum of RGB (Red+Green+Blue) = 118+23+24=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #761718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761718 is #89E8E7. Grayscale: #333333. Windows color (decimal): -9038056 or 1578870. OLE color: 1578870.

HSL color Cylindrical-coordinate representation of color #761718: hue angle of 359.37º 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 #761718 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 24 -
CMYK 0 0.81 0.80 0.54
HSL 359.37º 0.67% 0.28% -
HSV(B) 359.37º 0.81% 0.46% -
XYZ 7.94 4.53 1.32 -
YUV 51.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 118 23 24 0 0.81 0.80 0.54 359.37 0.67 0.28
Hex 76 17 18 0 51 50 36 167 43 1C
Octal 166 27 30 0 121 120 66 547 103 34
Binary 1110110 10111 11000 0 1010001 1010000 110110 101100111 1000011 11100

Color Harmonies of #761718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761718

Black with #761718

Text Example


Text Example

White with #761718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761718; }

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

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

background-color css

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

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

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

border-color css

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

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

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