Html Css Color HEX #762675 Seance

📋 copy color: '#762675'

red 118 ◦ green 38 ◦ blue 117

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

Shades of Seance #762675

Tints of Seance #762675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 43.22%
G = 13.92%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#762675 (or 0x762675) is known color: Seance. HEX triplet: 76, 26 and 75. RGB value is (118,38,117). Sum of RGB (Red+Green+Blue) = 118+38+117=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #762675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762675 is #89D98A. Grayscale: #464646. Windows color (decimal): -9034123 or 7677558. OLE color: 7677558.

HSL color Cylindrical-coordinate representation of color #762675: hue angle of 300.75º 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 #762675 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 38 117 -
CMYK 0 0.68 0.01 0.54
HSL 300.75º 0.51% 0.31% -
HSV(B) 300.75º 0.68% 0.46% -
XYZ 11.38 6.52 17.49 -
YUV 70.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 118 38 117 0 0.68 0.01 0.54 300.75 0.51 0.31
Hex 76 26 75 0 44 1 36 12D 33 1F
Octal 166 46 165 0 104 1 66 455 63 37
Binary 1110110 100110 1110101 0 1000100 1 110110 100101101 110011 11111

Color Harmonies of #762675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762675

Black with #762675

Text Example


Text Example

White with #762675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762675; }

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

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

background-color css

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

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

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

border-color css

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

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

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