Html Css Color HEX #764361 Cosmic

📋 copy color: '#764361'

red 118 ◦ green 67 ◦ blue 97

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

Shades of Cosmic #764361

Tints of Cosmic #764361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 41.84%
G = 23.76%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#764361 (or 0x764361) is known color: Cosmic. HEX triplet: 76, 43 and 61. RGB value is (118,67,97). Sum of RGB (Red+Green+Blue) = 118+67+97=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #764361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764361 is #89BC9E. Grayscale: #555555. Windows color (decimal): -9026719 or 6374262. OLE color: 6374262.

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

Color convert

RGB 118 67 97 -
CMYK 0 0.43 0.18 0.54
HSL 324.71º 0.28% 0.36% -
HSV(B) 324.71º 0.43% 0.46% -
XYZ 11.64 8.73 12.38 -
YUV 85.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 118 67 97 0 0.43 0.18 0.54 324.71 0.28 0.36
Hex 76 43 61 0 2B 12 36 145 1C 24
Octal 166 103 141 0 53 22 66 505 34 44
Binary 1110110 1000011 1100001 0 101011 10010 110110 101000101 11100 100100

Color Harmonies of #764361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764361

Black with #764361

Text Example


Text Example

White with #764361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764361; }

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

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

background-color css

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

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

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

border-color css

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

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

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