Html Css Color HEX #761734 Claret

📋 copy color: '#761734'

red 118 ◦ green 23 ◦ blue 52

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

Shades of Claret #761734

Tints of Claret #761734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 61.14%
G = 11.92%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#761734 (or 0x761734) is known color: Claret. HEX triplet: 76, 17 and 34. RGB value is (118,23,52). Sum of RGB (Red+Green+Blue) = 118+23+52=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #761734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761734 is #89E8CB. Grayscale: #363636. Windows color (decimal): -9038028 or 3413878. OLE color: 3413878.

HSL color Cylindrical-coordinate representation of color #761734: hue angle of 341.68º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761734 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 52 -
CMYK 0 0.81 0.56 0.54
HSL 341.68º 0.67% 0.28% -
HSV(B) 341.68º 0.81% 0.46% -
XYZ 8.4 4.71 3.72 -
YUV 54.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 118 23 52 0 0.81 0.56 0.54 341.68 0.67 0.28
Hex 76 17 34 0 51 38 36 156 43 1C
Octal 166 27 64 0 121 70 66 526 103 34
Binary 1110110 10111 110100 0 1010001 111000 110110 101010110 1000011 11100

Color Harmonies of #761734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761734

Black with #761734

Text Example


Text Example

White with #761734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761734; }

 p { color: rgb(118,23,52); }

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

background-color css

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

 a { background-color: rgb(118,23,52); }

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

border-color css

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

 span { border-color: rgb(118,23,52); }

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