Html Css Color HEX #764758 Cosmic

📋 copy color: '#764758'

red 118 ◦ green 71 ◦ blue 88

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

Shades of Cosmic #764758

Tints of Cosmic #764758

RGB

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

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

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

R = 42.6%
G = 25.63%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764758 (or 0x764758) is known color: Cosmic. HEX triplet: 76, 47 and 58. RGB value is (118,71,88). Sum of RGB (Red+Green+Blue) = 118+71+88=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #764758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764758 is #89B8A7. Grayscale: #565656. Windows color (decimal): -9025704 or 5785462. OLE color: 5785462.

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

Color convert

RGB 118 71 88 -
CMYK 0 0.40 0.25 0.54
HSL 338.3º 0.25% 0.37% -
HSV(B) 338.3º 0.4% 0.46% -
XYZ 11.49 9.06 10.38 -
YUV 86.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 118 71 88 0 0.40 0.25 0.54 338.3 0.25 0.37
Hex 76 47 58 0 28 19 36 152 19 25
Octal 166 107 130 0 50 31 66 522 31 45
Binary 1110110 1000111 1011000 0 101000 11001 110110 101010010 11001 100101

Color Harmonies of #764758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764758

Black with #764758

Text Example


Text Example

White with #764758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764758; }

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

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

background-color css

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

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

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

border-color css

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

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

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