Html Css Color HEX #772023 Red Berry

📋 copy color: '#772023'

red 119 ◦ green 32 ◦ blue 35

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

Shades of Red Berry #772023

Tints of Red Berry #772023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 63.98%
G = 17.2%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#772023 (or 0x772023) is known color: Red Berry. HEX triplet: 77, 20 and 23. RGB value is (119,32,35). Sum of RGB (Red+Green+Blue) = 119+32+35=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #772023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772023 is #88DFDC. Grayscale: #3A3A3A. Windows color (decimal): -8970205 or 2302071. OLE color: 2302071.

HSL color Cylindrical-coordinate representation of color #772023: hue angle of 357.93º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772023 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 35 -
CMYK 0 0.73 0.71 0.53
HSL 357.93º 0.58% 0.3% -
HSV(B) 357.93º 0.73% 0.47% -
XYZ 8.43 5.08 2.13 -
YUV 58.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 119 32 35 0 0.73 0.71 0.53 357.93 0.58 0.3
Hex 77 20 23 0 49 47 35 166 3A 1E
Octal 167 40 43 0 111 107 65 546 72 36
Binary 1110111 100000 100011 0 1001001 1000111 110101 101100110 111010 11110

Color Harmonies of #772023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772023

Black with #772023

Text Example


Text Example

White with #772023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772023; }

 p { color: rgb(119,32,35); }

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

background-color css

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

 a { background-color: rgb(119,32,35); }

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

border-color css

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

 span { border-color: rgb(119,32,35); }

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