Html Css Color HEX #764458 Cosmic

📋 copy color: '#764458'

red 118 ◦ green 68 ◦ blue 88

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

Shades of Cosmic #764458

Tints of Cosmic #764458

RGB

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

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

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

R = 43.07%
G = 24.82%
B = 32.12%

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

#764458 (or 0x764458) is known color: Cosmic. HEX triplet: 76, 44 and 58. RGB value is (118,68,88). Sum of RGB (Red+Green+Blue) = 118+68+88=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #764458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764458 is #89BBA7. Grayscale: #555555. Windows color (decimal): -9026472 or 5784694. OLE color: 5784694.

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

Color convert

RGB 118 68 88 -
CMYK 0 0.42 0.25 0.54
HSL 336º 0.27% 0.36% -
HSV(B) 336º 0.42% 0.46% -
XYZ 11.3 8.69 10.31 -
YUV 85.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 118 68 88 0 0.42 0.25 0.54 336 0.27 0.36
Hex 76 44 58 0 2A 19 36 150 1B 24
Octal 166 104 130 0 52 31 66 520 33 44
Binary 1110110 1000100 1011000 0 101010 11001 110110 101010000 11011 100100

Color Harmonies of #764458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764458

Black with #764458

Text Example


Text Example

White with #764458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764458; }

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

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

background-color css

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

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

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

border-color css

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

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

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