Html Css Color HEX #772743 Flirt

📋 copy color: '#772743'

red 119 ◦ green 39 ◦ blue 67

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

Shades of Flirt #772743

Tints of Flirt #772743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

 BLUE value IS 67 (26.56% from 255) = 29.78%

R = 52.89%
G = 17.33%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#772743 (or 0x772743) is known color: Flirt. HEX triplet: 77, 27 and 43. RGB value is (119,39,67). Sum of RGB (Red+Green+Blue) = 119+39+67=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772743 is #88D8BC. Grayscale: #424242. Windows color (decimal): -8968381 or 4401015. OLE color: 4401015.

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

Color convert

RGB 119 39 67 -
CMYK 0 0.67 0.44 0.53
HSL 339º 0.51% 0.31% -
HSV(B) 339º 0.67% 0.47% -
XYZ 9.35 5.78 5.93 -
YUV 66.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 119 39 67 0 0.67 0.44 0.53 339 0.51 0.31
Hex 77 27 43 0 43 2C 35 153 33 1F
Octal 167 47 103 0 103 54 65 523 63 37
Binary 1110111 100111 1000011 0 1000011 101100 110101 101010011 110011 11111

Color Harmonies of #772743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772743

Black with #772743

Text Example


Text Example

White with #772743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772743; }

 p { color: rgb(119,39,67); }

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

background-color css

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

 a { background-color: rgb(119,39,67); }

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

border-color css

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

 span { border-color: rgb(119,39,67); }

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