Html Css Color HEX #762027 Red Berry

📋 copy color: '#762027'

red 118 ◦ green 32 ◦ blue 39

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

Shades of Red Berry #762027

Tints of Red Berry #762027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.93%

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

R = 62.43%
G = 16.93%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#762027 (or 0x762027) is known color: Red Berry. HEX triplet: 76, 20 and 27. RGB value is (118,32,39). Sum of RGB (Red+Green+Blue) = 118+32+39=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #762027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762027 is #89DFD8. Grayscale: #3A3A3A. Windows color (decimal): -9035737 or 2564214. OLE color: 2564214.

HSL color Cylindrical-coordinate representation of color #762027: hue angle of 355.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762027 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 39 -
CMYK 0 0.73 0.67 0.54
HSL 355.12º 0.57% 0.29% -
HSV(B) 355.12º 0.73% 0.46% -
XYZ 8.35 5.03 2.45 -
YUV 58.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 118 32 39 0 0.73 0.67 0.54 355.12 0.57 0.29
Hex 76 20 27 0 49 43 36 163 39 1D
Octal 166 40 47 0 111 103 66 543 71 35
Binary 1110110 100000 100111 0 1001001 1000011 110110 101100011 111001 11101

Color Harmonies of #762027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762027

Black with #762027

Text Example


Text Example

White with #762027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762027; }

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

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

background-color css

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

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

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

border-color css

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

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

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