Html Css Color HEX #764269 Cosmic

📋 copy color: '#764269'

red 118 ◦ green 66 ◦ blue 105

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

Shades of Cosmic #764269

Tints of Cosmic #764269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.84%

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

R = 40.83%
G = 22.84%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#764269 (or 0x764269) is known color: Cosmic. HEX triplet: 76, 42 and 69. RGB value is (118,66,105). Sum of RGB (Red+Green+Blue) = 118+66+105=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764269 is #89BD96. Grayscale: #555555. Windows color (decimal): -9026967 or 6898294. OLE color: 6898294.

HSL color Cylindrical-coordinate representation of color #764269: hue angle of 315º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764269 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 105 -
CMYK 0 0.44 0.11 0.54
HSL 315º 0.28% 0.36% -
HSV(B) 315º 0.44% 0.46% -
XYZ 11.97 8.77 14.43 -
YUV 85.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 118 66 105 0 0.44 0.11 0.54 315 0.28 0.36
Hex 76 42 69 0 2C B 36 13B 1C 24
Octal 166 102 151 0 54 13 66 473 34 44
Binary 1110110 1000010 1101001 0 101100 1011 110110 100111011 11100 100100

Color Harmonies of #764269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764269

Black with #764269

Text Example


Text Example

White with #764269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764269; }

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

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

background-color css

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

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

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

border-color css

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

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

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