Html Css Color HEX #764968 Cosmic

📋 copy color: '#764968'

red 118 ◦ green 73 ◦ blue 104

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

Shades of Cosmic #764968

Tints of Cosmic #764968

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 40%
G = 24.75%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#764968 (or 0x764968) is known color: Cosmic. HEX triplet: 76, 49 and 68. RGB value is (118,73,104). Sum of RGB (Red+Green+Blue) = 118+73+104=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #764968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764968 is #89B697. Grayscale: #595959. Windows color (decimal): -9025176 or 6834550. OLE color: 6834550.

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

Color convert

RGB 118 73 104 -
CMYK 0 0.38 0.12 0.54
HSL 318.67º 0.24% 0.37% -
HSV(B) 318.67º 0.38% 0.46% -
XYZ 12.35 9.62 14.3 -
YUV 89.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 118 73 104 0 0.38 0.12 0.54 318.67 0.24 0.37
Hex 76 49 68 0 26 C 36 13F 18 25
Octal 166 111 150 0 46 14 66 477 30 45
Binary 1110110 1001001 1101000 0 100110 1100 110110 100111111 11000 100101

Color Harmonies of #764968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764968

Black with #764968

Text Example


Text Example

White with #764968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764968; }

 p { color: rgb(118,73,104); }

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

background-color css

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

 a { background-color: rgb(118,73,104); }

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

border-color css

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

 span { border-color: rgb(118,73,104); }

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