Html Css Color HEX #77203A Claret

📋 copy color: '#77203A'

red 119 ◦ green 32 ◦ blue 58

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

Shades of Claret #77203A

Tints of Claret #77203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.75%

R = 56.94%
G = 15.31%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77203A (or 0x77203A) is known color: Claret. HEX triplet: 77, 20 and 3A. RGB value is (119,32,58). Sum of RGB (Red+Green+Blue) = 119+32+58=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #77203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77203A is #88DFC5. Grayscale: #3C3C3C. Windows color (decimal): -8970182 or 3809399. OLE color: 3809399.

HSL color Cylindrical-coordinate representation of color #77203A: hue angle of 342.07º 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 #77203A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 58 -
CMYK 0 0.73 0.51 0.53
HSL 342.07º 0.58% 0.3% -
HSV(B) 342.07º 0.73% 0.47% -
XYZ 8.89 5.26 4.55 -
YUV 60.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 119 32 58 0 0.73 0.51 0.53 342.07 0.58 0.3
Hex 77 20 3A 0 49 33 35 156 3A 1E
Octal 167 40 72 0 111 63 65 526 72 36
Binary 1110111 100000 111010 0 1001001 110011 110101 101010110 111010 11110

Color Harmonies of #77203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77203A

Black with #77203A

Text Example


Text Example

White with #77203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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