Html Css Color HEX #762124 Red Berry

📋 copy color: '#762124'

red 118 ◦ green 33 ◦ blue 36

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

Shades of Red Berry #762124

Tints of Red Berry #762124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 63.1%
G = 17.65%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#762124 (or 0x762124) is known color: Red Berry. HEX triplet: 76, 21 and 24. RGB value is (118,33,36). Sum of RGB (Red+Green+Blue) = 118+33+36=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762124 is #89DEDB. Grayscale: #3A3A3A. Windows color (decimal): -9035484 or 2367862. OLE color: 2367862.

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

Color convert

RGB 118 33 36 -
CMYK 0 0.72 0.69 0.54
HSL 357.88º 0.56% 0.3% -
HSV(B) 357.88º 0.72% 0.46% -
XYZ 8.33 5.07 2.21 -
YUV 58.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 118 33 36 0 0.72 0.69 0.54 357.88 0.56 0.3
Hex 76 21 24 0 48 45 36 166 38 1E
Octal 166 41 44 0 110 105 66 546 70 36
Binary 1110110 100001 100100 0 1001000 1000101 110110 101100110 111000 11110

Color Harmonies of #762124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762124

Black with #762124

Text Example


Text Example

White with #762124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762124; }

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

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

background-color css

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

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

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

border-color css

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

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

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