Html Css Color HEX #761827 Red Berry

📋 copy color: '#761827'

red 118 ◦ green 24 ◦ blue 39

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

Shades of Red Berry #761827

Tints of Red Berry #761827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

 BLUE value IS 39 (15.63% from 255) = 21.55%

R = 65.19%
G = 13.26%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#761827 (or 0x761827) is known color: Red Berry. HEX triplet: 76, 18 and 27. RGB value is (118,24,39). Sum of RGB (Red+Green+Blue) = 118+24+39=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #761827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761827 is #89E7D8. Grayscale: #353535. Windows color (decimal): -9037785 or 2562166. OLE color: 2562166.

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

Color convert

RGB 118 24 39 -
CMYK 0 0.80 0.67 0.54
HSL 350.43º 0.66% 0.28% -
HSV(B) 350.43º 0.8% 0.46% -
XYZ 8.16 4.65 2.39 -
YUV 53.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 118 24 39 0 0.80 0.67 0.54 350.43 0.66 0.28
Hex 76 18 27 0 50 43 36 15E 42 1C
Octal 166 30 47 0 120 103 66 536 102 34
Binary 1110110 11000 100111 0 1010000 1000011 110110 101011110 1000010 11100

Color Harmonies of #761827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761827

Black with #761827

Text Example


Text Example

White with #761827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761827; }

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

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

background-color css

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

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

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

border-color css

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

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

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