Html Css Color HEX #771736 Claret

📋 copy color: '#771736'

red 119 ◦ green 23 ◦ blue 54

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

Shades of Claret #771736

Tints of Claret #771736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

 BLUE value IS 54 (21.48% from 255) = 27.55%

R = 60.71%
G = 11.73%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#771736 (or 0x771736) is known color: Claret. HEX triplet: 77, 17 and 36. RGB value is (119,23,54). Sum of RGB (Red+Green+Blue) = 119+23+54=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #771736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771736 is #88E8C9. Grayscale: #373737. Windows color (decimal): -8972490 or 3544951. OLE color: 3544951.

HSL color Cylindrical-coordinate representation of color #771736: hue angle of 340.62º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771736 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 54 -
CMYK 0 0.81 0.55 0.53
HSL 340.63º 0.68% 0.28% -
HSV(B) 340.63º 0.81% 0.47% -
XYZ 8.58 4.8 3.96 -
YUV 55.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 119 23 54 0 0.81 0.55 0.53 340.63 0.68 0.28
Hex 77 17 36 0 51 37 35 155 44 1C
Octal 167 27 66 0 121 67 65 525 104 34
Binary 1110111 10111 110110 0 1010001 110111 110101 101010101 1000100 11100

Color Harmonies of #771736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771736

Black with #771736

Text Example


Text Example

White with #771736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771736; }

 p { color: rgb(119,23,54); }

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

background-color css

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

 a { background-color: rgb(119,23,54); }

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

border-color css

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

 span { border-color: rgb(119,23,54); }

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