Html Css Color HEX #76465A Cosmic

📋 copy color: '#76465A'

red 118 ◦ green 70 ◦ blue 90

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

Shades of Cosmic #76465A

Tints of Cosmic #76465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

 BLUE value IS 90 (35.55% from 255) = 32.37%

R = 42.45%
G = 25.18%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76465A (or 0x76465A) is known color: Cosmic. HEX triplet: 76, 46 and 5A. RGB value is (118,70,90). Sum of RGB (Red+Green+Blue) = 118+70+90=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76465A is #89B9A5. Grayscale: #565656. Windows color (decimal): -9025958 or 5916278. OLE color: 5916278.

HSL color Cylindrical-coordinate representation of color #76465A: hue angle of 335º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76465A is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 90 -
CMYK 0 0.41 0.24 0.54
HSL 335º 0.26% 0.37% -
HSV(B) 335º 0.41% 0.46% -
XYZ 11.51 8.97 10.8 -
YUV 86.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 118 70 90 0 0.41 0.24 0.54 335 0.26 0.37
Hex 76 46 5A 0 29 18 36 14F 1A 25
Octal 166 106 132 0 51 30 66 517 32 45
Binary 1110110 1000110 1011010 0 101001 11000 110110 101001111 11010 100101

Color Harmonies of #76465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76465A

Black with #76465A

Text Example


Text Example

White with #76465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76465A; }

 p { color: rgb(118,70,90); }

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

background-color css

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

 a { background-color: rgb(118,70,90); }

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

border-color css

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

 span { border-color: rgb(118,70,90); }

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