Html Css Color HEX #761C3C Claret

📋 copy color: '#761C3C'

red 118 ◦ green 28 ◦ blue 60

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

Shades of Claret #761C3C

Tints of Claret #761C3C

RGB

 RED value IS 118 (46.48% from 255) = 57.28%

 GREEN value IS 28 (11.33% from 255) = 13.59%

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

R = 57.28%
G = 13.59%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#761C3C (or 0x761C3C) is known color: Claret. HEX triplet: 76, 1C and 3C. RGB value is (118,28,60). Sum of RGB (Red+Green+Blue) = 118+28+60=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #761C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C3C is #89E3C3. Grayscale: #3A3A3A. Windows color (decimal): -9036740 or 3939446. OLE color: 3939446.

HSL color Cylindrical-coordinate representation of color #761C3C: hue angle of 338.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C3C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 28 60 -
CMYK 0 0.76 0.49 0.54
HSL 338.67º 0.62% 0.29% -
HSV(B) 338.67º 0.76% 0.46% -
XYZ 8.7 5.01 4.78 -
YUV 58.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 118 28 60 0 0.76 0.49 0.54 338.67 0.62 0.29
Hex 76 1C 3C 0 4C 31 36 153 3E 1D
Octal 166 34 74 0 114 61 66 523 76 35
Binary 1110110 11100 111100 0 1001100 110001 110110 101010011 111110 11101

Color Harmonies of #761C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C3C

Black with #761C3C

Text Example


Text Example

White with #761C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761C3C; }

 p { color: rgb(118,28,60); }

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

background-color css

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

 a { background-color: rgb(118,28,60); }

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

border-color css

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

 span { border-color: rgb(118,28,60); }

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