Html Css Color HEX #764669 Cosmic

📋 copy color: '#764669'

red 118 ◦ green 70 ◦ blue 105

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

Shades of Cosmic #764669

Tints of Cosmic #764669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.89%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 40.27%
G = 23.89%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#764669 (or 0x764669) is known color: Cosmic. HEX triplet: 76, 46 and 69. RGB value is (118,70,105). Sum of RGB (Red+Green+Blue) = 118+70+105=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #764669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764669 is #89B996. Grayscale: #585858. Windows color (decimal): -9025943 or 6899318. OLE color: 6899318.

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

Color convert

RGB 118 70 105 -
CMYK 0 0.41 0.11 0.54
HSL 316.25º 0.26% 0.37% -
HSV(B) 316.25º 0.41% 0.46% -
XYZ 12.21 9.25 14.51 -
YUV 88.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 118 70 105 0 0.41 0.11 0.54 316.25 0.26 0.37
Hex 76 46 69 0 29 B 36 13C 1A 25
Octal 166 106 151 0 51 13 66 474 32 45
Binary 1110110 1000110 1101001 0 101001 1011 110110 100111100 11010 100101

Color Harmonies of #764669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764669

Black with #764669

Text Example


Text Example

White with #764669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764669; }

 p { color: rgb(118,70,105); }

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

background-color css

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

 a { background-color: rgb(118,70,105); }

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

border-color css

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

 span { border-color: rgb(118,70,105); }

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