Html Css Color HEX #762743 Flirt

📋 copy color: '#762743'

red 118 ◦ green 39 ◦ blue 67

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

Shades of Flirt #762743

Tints of Flirt #762743

RGB

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

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

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

R = 52.68%
G = 17.41%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#762743 (or 0x762743) is known color: Flirt. HEX triplet: 76, 27 and 43. RGB value is (118,39,67). Sum of RGB (Red+Green+Blue) = 118+39+67=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #762743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762743 is #89D8BC. Grayscale: #414141. Windows color (decimal): -9033917 or 4401014. OLE color: 4401014.

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

Color convert

RGB 118 39 67 -
CMYK 0 0.67 0.43 0.54
HSL 338.73º 0.5% 0.31% -
HSV(B) 338.73º 0.67% 0.46% -
XYZ 9.21 5.71 5.93 -
YUV 65.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 118 39 67 0 0.67 0.43 0.54 338.73 0.5 0.31
Hex 76 27 43 0 43 2B 36 153 32 1F
Octal 166 47 103 0 103 53 66 523 62 37
Binary 1110110 100111 1000011 0 1000011 101011 110110 101010011 110010 11111

Color Harmonies of #762743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762743

Black with #762743

Text Example


Text Example

White with #762743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762743; }

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

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

background-color css

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

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

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

border-color css

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

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

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