Html Css Color HEX #762127 Red Berry

📋 copy color: '#762127'

red 118 ◦ green 33 ◦ blue 39

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

Shades of Red Berry #762127

Tints of Red Berry #762127

RGB

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

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

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

R = 62.11%
G = 17.37%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#762127 (or 0x762127) is known color: Red Berry. HEX triplet: 76, 21 and 27. RGB value is (118,33,39). Sum of RGB (Red+Green+Blue) = 118+33+39=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762127 is #89DED8. Grayscale: #3B3B3B. Windows color (decimal): -9035481 or 2564470. OLE color: 2564470.

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

Color convert

RGB 118 33 39 -
CMYK 0 0.72 0.67 0.54
HSL 355.76º 0.56% 0.3% -
HSV(B) 355.76º 0.72% 0.46% -
XYZ 8.38 5.09 2.46 -
YUV 59.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 118 33 39 0 0.72 0.67 0.54 355.76 0.56 0.3
Hex 76 21 27 0 48 43 36 164 38 1E
Octal 166 41 47 0 110 103 66 544 70 36
Binary 1110110 100001 100111 0 1001000 1000011 110110 101100100 111000 11110

Color Harmonies of #762127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762127

Black with #762127

Text Example


Text Example

White with #762127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762127; }

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

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

background-color css

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

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

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

border-color css

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

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

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