Html Css Color HEX #762328 Red Berry

📋 copy color: '#762328'

red 118 ◦ green 35 ◦ blue 40

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

Shades of Red Berry #762328

Tints of Red Berry #762328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.13%

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 61.14%
G = 18.13%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#762328 (or 0x762328) is known color: Red Berry. HEX triplet: 76, 23 and 28. RGB value is (118,35,40). Sum of RGB (Red+Green+Blue) = 118+35+40=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #762328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762328 is #89DCD7. Grayscale: #3C3C3C. Windows color (decimal): -9034968 or 2630518. OLE color: 2630518.

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

Color convert

RGB 118 35 40 -
CMYK 0 0.70 0.66 0.54
HSL 356.39º 0.54% 0.3% -
HSV(B) 356.39º 0.7% 0.46% -
XYZ 8.46 5.21 2.57 -
YUV 60.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 118 35 40 0 0.70 0.66 0.54 356.39 0.54 0.3
Hex 76 23 28 0 46 42 36 164 36 1E
Octal 166 43 50 0 106 102 66 544 66 36
Binary 1110110 100011 101000 0 1000110 1000010 110110 101100100 110110 11110

Color Harmonies of #762328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762328

Black with #762328

Text Example


Text Example

White with #762328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762328; }

 p { color: rgb(118,35,40); }

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

background-color css

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

 a { background-color: rgb(118,35,40); }

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

border-color css

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

 span { border-color: rgb(118,35,40); }

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