Html Css Color HEX #754A65 Cosmic

📋 copy color: '#754A65'

red 117 ◦ green 74 ◦ blue 101

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

Shades of Cosmic #754A65

Tints of Cosmic #754A65

RGB

 RED value IS 117 (46.09% from 255) = 40.07%

 GREEN value IS 74 (29.3% from 255) = 25.34%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 40.07%
G = 25.34%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#754A65 (or 0x754A65) is known color: Cosmic. HEX triplet: 75, 4A and 65. RGB value is (117,74,101). Sum of RGB (Red+Green+Blue) = 117+74+101=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #754A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A65 is #8AB59A. Grayscale: #595959. Windows color (decimal): -9090459 or 6638197. OLE color: 6638197.

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

Color convert

RGB 117 74 101 -
CMYK 0 0.37 0.14 0.54
HSL 322.33º 0.23% 0.37% -
HSV(B) 322.33º 0.37% 0.46% -
XYZ 12.13 9.62 13.53 -
YUV 89.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 117 74 101 0 0.37 0.14 0.54 322.33 0.23 0.37
Hex 75 4A 65 0 25 E 36 142 17 25
Octal 165 112 145 0 45 16 66 502 27 45
Binary 1110101 1001010 1100101 0 100101 1110 110110 101000010 10111 100101

Color Harmonies of #754A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A65

Black with #754A65

Text Example


Text Example

White with #754A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754A65; }

 p { color: rgb(117,74,101); }

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

background-color css

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

 a { background-color: rgb(117,74,101); }

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

border-color css

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

 span { border-color: rgb(117,74,101); }

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