Html Css Color HEX #764469 Cosmic

📋 copy color: '#764469'

red 118 ◦ green 68 ◦ blue 105

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

Shades of Cosmic #764469

Tints of Cosmic #764469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

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

R = 40.55%
G = 23.37%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#764469 (or 0x764469) is known color: Cosmic. HEX triplet: 76, 44 and 69. RGB value is (118,68,105). Sum of RGB (Red+Green+Blue) = 118+68+105=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764469 is #89BB96. Grayscale: #575757. Windows color (decimal): -9026455 or 6898806. OLE color: 6898806.

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

Color convert

RGB 118 68 105 -
CMYK 0 0.42 0.11 0.54
HSL 315.6º 0.27% 0.36% -
HSV(B) 315.6º 0.42% 0.46% -
XYZ 12.09 9.01 14.47 -
YUV 87.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 118 68 105 0 0.42 0.11 0.54 315.6 0.27 0.36
Hex 76 44 69 0 2A B 36 13C 1B 24
Octal 166 104 151 0 52 13 66 474 33 44
Binary 1110110 1000100 1101001 0 101010 1011 110110 100111100 11011 100100

Color Harmonies of #764469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764469

Black with #764469

Text Example


Text Example

White with #764469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764469; }

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

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

background-color css

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

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

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

border-color css

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

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

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