Html Css Color HEX #772634 Scarlett

📋 copy color: '#772634'

red 119 ◦ green 38 ◦ blue 52

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

Shades of Scarlett #772634

Tints of Scarlett #772634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

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

R = 56.94%
G = 18.18%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#772634 (or 0x772634) is known color: Scarlett. HEX triplet: 77, 26 and 34. RGB value is (119,38,52). Sum of RGB (Red+Green+Blue) = 119+38+52=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #772634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772634 is #88D9CB. Grayscale: #3F3F3F. Windows color (decimal): -8968652 or 3417719. OLE color: 3417719.

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

Color convert

RGB 119 38 52 -
CMYK 0 0.68 0.56 0.53
HSL 349.63º 0.52% 0.31% -
HSV(B) 349.63º 0.68% 0.47% -
XYZ 8.92 5.56 3.85 -
YUV 63.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 119 38 52 0 0.68 0.56 0.53 349.63 0.52 0.31
Hex 77 26 34 0 44 38 35 15E 34 1F
Octal 167 46 64 0 104 70 65 536 64 37
Binary 1110111 100110 110100 0 1000100 111000 110101 101011110 110100 11111

Color Harmonies of #772634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772634

Black with #772634

Text Example


Text Example

White with #772634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772634; }

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

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

background-color css

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

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

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

border-color css

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

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

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