Html Css Color HEX #764765 Cosmic

📋 copy color: '#764765'

red 118 ◦ green 71 ◦ blue 101

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

Shades of Cosmic #764765

Tints of Cosmic #764765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

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

R = 40.69%
G = 24.48%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#764765 (or 0x764765) is known color: Cosmic. HEX triplet: 76, 47 and 65. RGB value is (118,71,101). Sum of RGB (Red+Green+Blue) = 118+71+101=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #764765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764765 is #89B89A. Grayscale: #585858. Windows color (decimal): -9025691 or 6637430. OLE color: 6637430.

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

Color convert

RGB 118 71 101 -
CMYK 0 0.40 0.14 0.54
HSL 321.7º 0.25% 0.37% -
HSV(B) 321.7º 0.4% 0.46% -
XYZ 12.07 9.3 13.47 -
YUV 88.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 118 71 101 0 0.40 0.14 0.54 321.7 0.25 0.37
Hex 76 47 65 0 28 E 36 142 19 25
Octal 166 107 145 0 50 16 66 502 31 45
Binary 1110110 1000111 1100101 0 101000 1110 110110 101000010 11001 100101

Color Harmonies of #764765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764765

Black with #764765

Text Example


Text Example

White with #764765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764765; }

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

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

background-color css

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

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

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

border-color css

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

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

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