Html Css Color HEX #764A65 Cosmic

📋 copy color: '#764A65'

red 118 ◦ green 74 ◦ blue 101

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

Shades of Cosmic #764A65

Tints of Cosmic #764A65

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.26%

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

R = 40.27%
G = 25.26%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764A65 (or 0x764A65) is known color: Cosmic. HEX triplet: 76, 4A and 65. RGB value is (118,74,101). Sum of RGB (Red+Green+Blue) = 118+74+101=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #764A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A65 is #89B59A. Grayscale: #5A5A5A. Windows color (decimal): -9024923 or 6638198. OLE color: 6638198.

HSL color Cylindrical-coordinate representation of color #764A65: hue angle of 323.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764A65 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 74 101 -
CMYK 0 0.37 0.14 0.54
HSL 323.18º 0.23% 0.38% -
HSV(B) 323.18º 0.37% 0.46% -
XYZ 12.27 9.69 13.54 -
YUV 90.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 118 74 101 0 0.37 0.14 0.54 323.18 0.23 0.38
Hex 76 4A 65 0 25 E 36 143 17 26
Octal 166 112 145 0 45 16 66 503 27 46
Binary 1110110 1001010 1100101 0 100101 1110 110110 101000011 10111 100110

Color Harmonies of #764A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A65

Black with #764A65

Text Example


Text Example

White with #764A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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