Html Css Color HEX #762427 Red Berry

📋 copy color: '#762427'

red 118 ◦ green 36 ◦ blue 39

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

Shades of Red Berry #762427

Tints of Red Berry #762427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 61.14%
G = 18.65%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#762427 (or 0x762427) is known color: Red Berry. HEX triplet: 76, 24 and 27. RGB value is (118,36,39). Sum of RGB (Red+Green+Blue) = 118+36+39=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #762427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762427 is #89DBD8. Grayscale: #3C3C3C. Windows color (decimal): -9034713 or 2565238. OLE color: 2565238.

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

Color convert

RGB 118 36 39 -
CMYK 0 0.69 0.67 0.54
HSL 357.8º 0.53% 0.3% -
HSV(B) 357.8º 0.69% 0.46% -
XYZ 8.47 5.26 2.49 -
YUV 60.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 118 36 39 0 0.69 0.67 0.54 357.8 0.53 0.3
Hex 76 24 27 0 45 43 36 166 35 1E
Octal 166 44 47 0 105 103 66 546 65 36
Binary 1110110 100100 100111 0 1000101 1000011 110110 101100110 110101 11110

Color Harmonies of #762427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762427

Black with #762427

Text Example


Text Example

White with #762427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762427; }

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

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

background-color css

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

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

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

border-color css

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

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

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