Html Css Color HEX #764362 Cosmic

📋 copy color: '#764362'

red 118 ◦ green 67 ◦ blue 98

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

Shades of Cosmic #764362

Tints of Cosmic #764362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 41.7%
G = 23.67%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#764362 (or 0x764362) is known color: Cosmic. HEX triplet: 76, 43 and 62. RGB value is (118,67,98). Sum of RGB (Red+Green+Blue) = 118+67+98=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #764362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764362 is #89BC9D. Grayscale: #555555. Windows color (decimal): -9026718 or 6439798. OLE color: 6439798.

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

Color convert

RGB 118 67 98 -
CMYK 0 0.43 0.17 0.54
HSL 323.53º 0.28% 0.36% -
HSV(B) 323.53º 0.43% 0.46% -
XYZ 11.68 8.75 12.63 -
YUV 85.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 118 67 98 0 0.43 0.17 0.54 323.53 0.28 0.36
Hex 76 43 62 0 2B 11 36 144 1C 24
Octal 166 103 142 0 53 21 66 504 34 44
Binary 1110110 1000011 1100010 0 101011 10001 110110 101000100 11100 100100

Color Harmonies of #764362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764362

Black with #764362

Text Example


Text Example

White with #764362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764362; }

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

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

background-color css

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

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

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

border-color css

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

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

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