Html Css Color HEX #764169 Cosmic

📋 copy color: '#764169'

red 118 ◦ green 65 ◦ blue 105

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

Shades of Cosmic #764169

Tints of Cosmic #764169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

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

R = 40.97%
G = 22.57%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#764169 (or 0x764169) is known color: Cosmic. HEX triplet: 76, 41 and 69. RGB value is (118,65,105). Sum of RGB (Red+Green+Blue) = 118+65+105=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764169 is #89BE96. Grayscale: #555555. Windows color (decimal): -9027223 or 6898038. OLE color: 6898038.

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

Color convert

RGB 118 65 105 -
CMYK 0 0.45 0.11 0.54
HSL 314.72º 0.29% 0.36% -
HSV(B) 314.72º 0.45% 0.46% -
XYZ 11.91 8.65 14.41 -
YUV 85.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 118 65 105 0 0.45 0.11 0.54 314.72 0.29 0.36
Hex 76 41 69 0 2D B 36 13B 1D 24
Octal 166 101 151 0 55 13 66 473 35 44
Binary 1110110 1000001 1101001 0 101101 1011 110110 100111011 11101 100100

Color Harmonies of #764169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764169

Black with #764169

Text Example


Text Example

White with #764169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764169; }

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

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

background-color css

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

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

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

border-color css

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

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

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