Html Css Color HEX #764558 Cosmic

📋 copy color: '#764558'

red 118 ◦ green 69 ◦ blue 88

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

Shades of Cosmic #764558

Tints of Cosmic #764558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32%

R = 42.91%
G = 25.09%
B = 32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764558 (or 0x764558) is known color: Cosmic. HEX triplet: 76, 45 and 58. RGB value is (118,69,88). Sum of RGB (Red+Green+Blue) = 118+69+88=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #764558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764558 is #89BAA7. Grayscale: #555555. Windows color (decimal): -9026216 or 5784950. OLE color: 5784950.

HSL color Cylindrical-coordinate representation of color #764558: hue angle of 336.73º 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 #764558 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 88 -
CMYK 0 0.42 0.25 0.54
HSL 336.73º 0.26% 0.37% -
HSV(B) 336.73º 0.42% 0.46% -
XYZ 11.36 8.81 10.33 -
YUV 85.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 118 69 88 0 0.42 0.25 0.54 336.73 0.26 0.37
Hex 76 45 58 0 2A 19 36 151 1A 25
Octal 166 105 130 0 52 31 66 521 32 45
Binary 1110110 1000101 1011000 0 101010 11001 110110 101010001 11010 100101

Color Harmonies of #764558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764558

Black with #764558

Text Example


Text Example

White with #764558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764558; }

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

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

background-color css

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

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

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

border-color css

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

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

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