Html Css Color HEX #764565 Cosmic

📋 copy color: '#764565'

red 118 ◦ green 69 ◦ blue 101

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

Shades of Cosmic #764565

Tints of Cosmic #764565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

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

R = 40.97%
G = 23.96%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764565 (or 0x764565) is known color: Cosmic. HEX triplet: 76, 45 and 65. RGB value is (118,69,101). Sum of RGB (Red+Green+Blue) = 118+69+101=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764565 is #89BA9A. Grayscale: #575757. Windows color (decimal): -9026203 or 6636918. OLE color: 6636918.

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

Color convert

RGB 118 69 101 -
CMYK 0 0.42 0.14 0.54
HSL 320.82º 0.26% 0.37% -
HSV(B) 320.82º 0.42% 0.46% -
XYZ 11.95 9.05 13.43 -
YUV 87.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 118 69 101 0 0.42 0.14 0.54 320.82 0.26 0.37
Hex 76 45 65 0 2A E 36 141 1A 25
Octal 166 105 145 0 52 16 66 501 32 45
Binary 1110110 1000101 1100101 0 101010 1110 110110 101000001 11010 100101

Color Harmonies of #764565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764565

Black with #764565

Text Example


Text Example

White with #764565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764565; }

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

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

background-color css

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

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

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

border-color css

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

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

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