Html Css Color HEX #76466B Cosmic

📋 copy color: '#76466B'

red 118 ◦ green 70 ◦ blue 107

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

Shades of Cosmic #76466B

Tints of Cosmic #76466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 40%
G = 23.73%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76466B (or 0x76466B) is known color: Cosmic. HEX triplet: 76, 46 and 6B. RGB value is (118,70,107). Sum of RGB (Red+Green+Blue) = 118+70+107=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76466B is #89B994. Grayscale: #585858. Windows color (decimal): -9025941 or 7030390. OLE color: 7030390.

HSL color Cylindrical-coordinate representation of color #76466B: hue angle of 313.75º 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 #76466B is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 107 -
CMYK 0 0.41 0.09 0.54
HSL 313.75º 0.26% 0.37% -
HSV(B) 313.75º 0.41% 0.46% -
XYZ 12.32 9.29 15.05 -
YUV 88.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 118 70 107 0 0.41 0.09 0.54 313.75 0.26 0.37
Hex 76 46 6B 0 29 9 36 13A 1A 25
Octal 166 106 153 0 51 11 66 472 32 45
Binary 1110110 1000110 1101011 0 101001 1001 110110 100111010 11010 100101

Color Harmonies of #76466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76466B

Black with #76466B

Text Example


Text Example

White with #76466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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