Html Css Color HEX #761727 Red Berry

📋 copy color: '#761727'

red 118 ◦ green 23 ◦ blue 39

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

Shades of Red Berry #761727

Tints of Red Berry #761727

RGB

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

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

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

R = 65.56%
G = 12.78%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#761727 (or 0x761727) is known color: Red Berry. HEX triplet: 76, 17 and 27. RGB value is (118,23,39). Sum of RGB (Red+Green+Blue) = 118+23+39=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #761727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761727 is #89E8D8. Grayscale: #353535. Windows color (decimal): -9038041 or 2561910. OLE color: 2561910.

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

Color convert

RGB 118 23 39 -
CMYK 0 0.81 0.67 0.54
HSL 349.89º 0.67% 0.28% -
HSV(B) 349.89º 0.81% 0.46% -
XYZ 8.14 4.61 2.38 -
YUV 53.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 118 23 39 0 0.81 0.67 0.54 349.89 0.67 0.28
Hex 76 17 27 0 51 43 36 15E 43 1C
Octal 166 27 47 0 121 103 66 536 103 34
Binary 1110110 10111 100111 0 1010001 1000011 110110 101011110 1000011 11100

Color Harmonies of #761727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761727

Black with #761727

Text Example


Text Example

White with #761727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761727; }

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

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

background-color css

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

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

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

border-color css

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

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

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