Html Css Color HEX #763F65 Cosmic

📋 copy color: '#763F65'

red 118 ◦ green 63 ◦ blue 101

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

Shades of Cosmic #763F65

Tints of Cosmic #763F65

RGB

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

 GREEN value IS 63 (25% from 255) = 22.34%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 41.84%
G = 22.34%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#763F65 (or 0x763F65) is known color: Cosmic. HEX triplet: 76, 3F and 65. RGB value is (118,63,101). Sum of RGB (Red+Green+Blue) = 118+63+101=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #763F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F65 is #89C09A. Grayscale: #535353. Windows color (decimal): -9027739 or 6635382. OLE color: 6635382.

HSL color Cylindrical-coordinate representation of color #763F65: hue angle of 318.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763F65 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 101 -
CMYK 0 0.47 0.14 0.54
HSL 318.55º 0.3% 0.35% -
HSV(B) 318.55º 0.47% 0.46% -
XYZ 11.6 8.35 13.31 -
YUV 83.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 118 63 101 0 0.47 0.14 0.54 318.55 0.3 0.35
Hex 76 3F 65 0 2F E 36 13F 1E 23
Octal 166 77 145 0 57 16 66 477 36 43
Binary 1110110 111111 1100101 0 101111 1110 110110 100111111 11110 100011

Color Harmonies of #763F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F65

Black with #763F65

Text Example


Text Example

White with #763F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F65; }

 p { color: rgb(118,63,101); }

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

background-color css

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

 a { background-color: rgb(118,63,101); }

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

border-color css

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

 span { border-color: rgb(118,63,101); }

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