Html Css Color HEX #764358 Cosmic

📋 copy color: '#764358'

red 118 ◦ green 67 ◦ blue 88

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

Shades of Cosmic #764358

Tints of Cosmic #764358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

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

R = 43.22%
G = 24.54%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764358 (or 0x764358) is known color: Cosmic. HEX triplet: 76, 43 and 58. RGB value is (118,67,88). Sum of RGB (Red+Green+Blue) = 118+67+88=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764358 is #89BCA7. Grayscale: #545454. Windows color (decimal): -9026728 or 5784438. OLE color: 5784438.

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

Color convert

RGB 118 67 88 -
CMYK 0 0.43 0.25 0.54
HSL 335.29º 0.28% 0.36% -
HSV(B) 335.29º 0.43% 0.46% -
XYZ 11.24 8.57 10.29 -
YUV 84.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 118 67 88 0 0.43 0.25 0.54 335.29 0.28 0.36
Hex 76 43 58 0 2B 19 36 14F 1C 24
Octal 166 103 130 0 53 31 66 517 34 44
Binary 1110110 1000011 1011000 0 101011 11001 110110 101001111 11100 100100

Color Harmonies of #764358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764358

Black with #764358

Text Example


Text Example

White with #764358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764358; }

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

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

background-color css

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

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

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

border-color css

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

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

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