Html Css Color HEX #764369 Cosmic

📋 copy color: '#764369'

red 118 ◦ green 67 ◦ blue 105

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

Shades of Cosmic #764369

Tints of Cosmic #764369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 40.69%
G = 23.1%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#764369 (or 0x764369) is known color: Cosmic. HEX triplet: 76, 43 and 69. RGB value is (118,67,105). Sum of RGB (Red+Green+Blue) = 118+67+105=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #764369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764369 is #89BC96. Grayscale: #565656. Windows color (decimal): -9026711 or 6898550. OLE color: 6898550.

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

Color convert

RGB 118 67 105 -
CMYK 0 0.43 0.11 0.54
HSL 315.29º 0.28% 0.36% -
HSV(B) 315.29º 0.43% 0.46% -
XYZ 12.03 8.89 14.45 -
YUV 86.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 118 67 105 0 0.43 0.11 0.54 315.29 0.28 0.36
Hex 76 43 69 0 2B B 36 13B 1C 24
Octal 166 103 151 0 53 13 66 473 34 44
Binary 1110110 1000011 1101001 0 101011 1011 110110 100111011 11100 100100

Color Harmonies of #764369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764369

Black with #764369

Text Example


Text Example

White with #764369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764369; }

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

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

background-color css

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

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

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

border-color css

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

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

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