Html Css Color HEX #772427 Red Berry

📋 copy color: '#772427'

red 119 ◦ green 36 ◦ blue 39

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

Shades of Red Berry #772427

Tints of Red Berry #772427

RGB

 RED value IS 119 (46.88% from 255) = 61.34%

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

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

R = 61.34%
G = 18.56%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#772427 (or 0x772427) is known color: Red Berry. HEX triplet: 77, 24 and 27. RGB value is (119,36,39). Sum of RGB (Red+Green+Blue) = 119+36+39=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #772427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772427 is #88DBD8. Grayscale: #3D3D3D. Windows color (decimal): -8969177 or 2565239. OLE color: 2565239.

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

Color convert

RGB 119 36 39 -
CMYK 0 0.70 0.67 0.53
HSL 357.83º 0.54% 0.3% -
HSV(B) 357.83º 0.7% 0.47% -
XYZ 8.6 5.33 2.49 -
YUV 61.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 119 36 39 0 0.70 0.67 0.53 357.83 0.54 0.3
Hex 77 24 27 0 46 43 35 166 36 1E
Octal 167 44 47 0 106 103 65 546 66 36
Binary 1110111 100100 100111 0 1000110 1000011 110101 101100110 110110 11110

Color Harmonies of #772427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772427

Black with #772427

Text Example


Text Example

White with #772427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772427; }

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

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

background-color css

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

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

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

border-color css

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

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

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