Html Css Color HEX #772334 Claret

📋 copy color: '#772334'

red 119 ◦ green 35 ◦ blue 52

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

Shades of Claret #772334

Tints of Claret #772334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.99%

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

R = 57.77%
G = 16.99%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#772334 (or 0x772334) is known color: Claret. HEX triplet: 77, 23 and 34. RGB value is (119,35,52). Sum of RGB (Red+Green+Blue) = 119+35+52=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772334 is #88DCCB. Grayscale: #3E3E3E. Windows color (decimal): -8969420 or 3416951. OLE color: 3416951.

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

Color convert

RGB 119 35 52 -
CMYK 0 0.71 0.56 0.53
HSL 347.86º 0.55% 0.3% -
HSV(B) 347.86º 0.71% 0.47% -
XYZ 8.83 5.37 3.82 -
YUV 62.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 119 35 52 0 0.71 0.56 0.53 347.86 0.55 0.3
Hex 77 23 34 0 47 38 35 15C 37 1E
Octal 167 43 64 0 107 70 65 534 67 36
Binary 1110111 100011 110100 0 1000111 111000 110101 101011100 110111 11110

Color Harmonies of #772334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772334

Black with #772334

Text Example


Text Example

White with #772334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772334; }

 p { color: rgb(119,35,52); }

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

background-color css

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

 a { background-color: rgb(119,35,52); }

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

border-color css

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

 span { border-color: rgb(119,35,52); }

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