Html Css Color HEX #764166 Cosmic

📋 copy color: '#764166'

red 118 ◦ green 65 ◦ blue 102

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

Shades of Cosmic #764166

Tints of Cosmic #764166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 41.4%
G = 22.81%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764166 (or 0x764166) is known color: Cosmic. HEX triplet: 76, 41 and 66. RGB value is (118,65,102). Sum of RGB (Red+Green+Blue) = 118+65+102=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764166 is #89BE99. Grayscale: #545454. Windows color (decimal): -9027226 or 6701430. OLE color: 6701430.

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

Color convert

RGB 118 65 102 -
CMYK 0 0.45 0.14 0.54
HSL 318.11º 0.29% 0.36% -
HSV(B) 318.11º 0.45% 0.46% -
XYZ 11.76 8.59 13.61 -
YUV 85.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 118 65 102 0 0.45 0.14 0.54 318.11 0.29 0.36
Hex 76 41 66 0 2D E 36 13E 1D 24
Octal 166 101 146 0 55 16 66 476 35 44
Binary 1110110 1000001 1100110 0 101101 1110 110110 100111110 11101 100100

Color Harmonies of #764166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764166

Black with #764166

Text Example


Text Example

White with #764166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764166; }

 p { color: rgb(118,65,102); }

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

background-color css

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

 a { background-color: rgb(118,65,102); }

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

border-color css

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

 span { border-color: rgb(118,65,102); }

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