Html Css Color HEX #771E3C Claret

📋 copy color: '#771E3C'

red 119 ◦ green 30 ◦ blue 60

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

Shades of Claret #771E3C

Tints of Claret #771E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.35%

 BLUE value IS 60 (23.83% from 255) = 28.71%

R = 56.94%
G = 14.35%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#771E3C (or 0x771E3C) is known color: Claret. HEX triplet: 77, 1E and 3C. RGB value is (119,30,60). Sum of RGB (Red+Green+Blue) = 119+30+60=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3C is #88E1C3. Grayscale: #3B3B3B. Windows color (decimal): -8970692 or 3939959. OLE color: 3939959.

HSL color Cylindrical-coordinate representation of color #771E3C: hue angle of 339.78º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E3C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 60 -
CMYK 0 0.75 0.50 0.53
HSL 339.78º 0.6% 0.29% -
HSV(B) 339.78º 0.75% 0.47% -
XYZ 8.89 5.18 4.81 -
YUV 60.03 127.99 170.06 -
System Red Green Blue C M Y K H S L
Decimal 119 30 60 0 0.75 0.50 0.53 339.78 0.6 0.29
Hex 77 1E 3C 0 4B 32 35 154 3C 1D
Octal 167 36 74 0 113 62 65 524 74 35
Binary 1110111 11110 111100 0 1001011 110010 110101 101010100 111100 11101

Color Harmonies of #771E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E3C

Black with #771E3C

Text Example


Text Example

White with #771E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E3C; }

 p { color: rgb(119,30,60); }

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

background-color css

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

 a { background-color: rgb(119,30,60); }

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

border-color css

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

 span { border-color: rgb(119,30,60); }

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