Html Css Color HEX #761618 Red Berry

📋 copy color: '#761618'

red 118 ◦ green 22 ◦ blue 24

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

Shades of Red Berry #761618

Tints of Red Berry #761618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.41%

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

R = 71.95%
G = 13.41%
B = 14.63%

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

#761618 (or 0x761618) is known color: Red Berry. HEX triplet: 76, 16 and 18. RGB value is (118,22,24). Sum of RGB (Red+Green+Blue) = 118+22+24=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #761618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761618 is #89E9E7. Grayscale: #333333. Windows color (decimal): -9038312 or 1578614. OLE color: 1578614.

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

Color convert

RGB 118 22 24 -
CMYK 0 0.81 0.80 0.54
HSL 358.75º 0.69% 0.27% -
HSV(B) 358.75º 0.81% 0.46% -
XYZ 7.92 4.49 1.31 -
YUV 50.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 118 22 24 0 0.81 0.80 0.54 358.75 0.69 0.27
Hex 76 16 18 0 51 50 36 167 45 1B
Octal 166 26 30 0 121 120 66 547 105 33
Binary 1110110 10110 11000 0 1010001 1010000 110110 101100111 1000101 11011

Color Harmonies of #761618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761618

Black with #761618

Text Example


Text Example

White with #761618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761618; }

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

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

background-color css

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

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

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

border-color css

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

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

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