Html Css Color HEX #762652 Flirt

📋 copy color: '#762652'

red 118 ◦ green 38 ◦ blue 82

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

Shades of Flirt #762652

Tints of Flirt #762652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 49.58%
G = 15.97%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#762652 (or 0x762652) is known color: Flirt. HEX triplet: 76, 26 and 52. RGB value is (118,38,82). Sum of RGB (Red+Green+Blue) = 118+38+82=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #762652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762652 is #89D9AD. Grayscale: #424242. Windows color (decimal): -9034158 or 5383798. OLE color: 5383798.

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

Color convert

RGB 118 38 82 -
CMYK 0 0.68 0.31 0.54
HSL 327º 0.51% 0.31% -
HSV(B) 327º 0.68% 0.46% -
XYZ 9.69 5.85 8.6 -
YUV 66.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 118 38 82 0 0.68 0.31 0.54 327 0.51 0.31
Hex 76 26 52 0 44 1F 36 147 33 1F
Octal 166 46 122 0 104 37 66 507 63 37
Binary 1110110 100110 1010010 0 1000100 11111 110110 101000111 110011 11111

Color Harmonies of #762652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762652

Black with #762652

Text Example


Text Example

White with #762652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762652; }

 p { color: rgb(118,38,82); }

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

background-color css

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

 a { background-color: rgb(118,38,82); }

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

border-color css

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

 span { border-color: rgb(118,38,82); }

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