Html Css Color HEX #764462 Cosmic

📋 copy color: '#764462'

red 118 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #764462

Tints of Cosmic #764462

RGB

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

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

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

R = 41.55%
G = 23.94%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#764462 (or 0x764462) is known color: Cosmic. HEX triplet: 76, 44 and 62. RGB value is (118,68,98). Sum of RGB (Red+Green+Blue) = 118+68+98=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #764462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764462 is #89BB9D. Grayscale: #565656. Windows color (decimal): -9026462 or 6440054. OLE color: 6440054.

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

Color convert

RGB 118 68 98 -
CMYK 0 0.42 0.17 0.54
HSL 324º 0.27% 0.36% -
HSV(B) 324º 0.42% 0.46% -
XYZ 11.74 8.87 12.65 -
YUV 86.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 118 68 98 0 0.42 0.17 0.54 324 0.27 0.36
Hex 76 44 62 0 2A 11 36 144 1B 24
Octal 166 104 142 0 52 21 66 504 33 44
Binary 1110110 1000100 1100010 0 101010 10001 110110 101000100 11011 100100

Color Harmonies of #764462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764462

Black with #764462

Text Example


Text Example

White with #764462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764462; }

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

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

background-color css

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

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

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

border-color css

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

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

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