Html Css Color HEX #764265 Cosmic

📋 copy color: '#764265'

red 118 ◦ green 66 ◦ blue 101

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

Shades of Cosmic #764265

Tints of Cosmic #764265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

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

R = 41.4%
G = 23.16%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764265 (or 0x764265) is known color: Cosmic. HEX triplet: 76, 42 and 65. RGB value is (118,66,101). Sum of RGB (Red+Green+Blue) = 118+66+101=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764265 is #89BD9A. Grayscale: #555555. Windows color (decimal): -9026971 or 6636150. OLE color: 6636150.

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

Color convert

RGB 118 66 101 -
CMYK 0 0.44 0.14 0.54
HSL 319.62º 0.28% 0.36% -
HSV(B) 319.62º 0.44% 0.46% -
XYZ 11.77 8.69 13.37 -
YUV 85.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 118 66 101 0 0.44 0.14 0.54 319.62 0.28 0.36
Hex 76 42 65 0 2C E 36 140 1C 24
Octal 166 102 145 0 54 16 66 500 34 44
Binary 1110110 1000010 1100101 0 101100 1110 110110 101000000 11100 100100

Color Harmonies of #764265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764265

Black with #764265

Text Example


Text Example

White with #764265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764265; }

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

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

background-color css

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

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

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

border-color css

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

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

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