Html Css Color HEX #74435E Cosmic

📋 copy color: '#74435E'

red 116 ◦ green 67 ◦ blue 94

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

Shades of Cosmic #74435E

Tints of Cosmic #74435E

RGB

 RED value IS 116 (45.7% from 255) = 41.88%

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 41.88%
G = 24.19%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74435E (or 0x74435E) is known color: Cosmic. HEX triplet: 74, 43 and 5E. RGB value is (116,67,94). Sum of RGB (Red+Green+Blue) = 116+67+94=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74435E is #8BBCA1. Grayscale: #545454. Windows color (decimal): -9157794 or 6177652. OLE color: 6177652.

HSL color Cylindrical-coordinate representation of color #74435E: hue angle of 326.94º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74435E is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 67 94 -
CMYK 0 0.42 0.19 0.55
HSL 326.94º 0.27% 0.36% -
HSV(B) 326.94º 0.42% 0.45% -
XYZ 11.23 8.54 11.65 -
YUV 84.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 116 67 94 0 0.42 0.19 0.55 326.94 0.27 0.36
Hex 74 43 5E 0 2A 13 37 147 1B 24
Octal 164 103 136 0 52 23 67 507 33 44
Binary 1110100 1000011 1011110 0 101010 10011 110111 101000111 11011 100100

Color Harmonies of #74435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74435E

Black with #74435E

Text Example


Text Example

White with #74435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74435E; }

 p { color: rgb(116,67,94); }

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

background-color css

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

 a { background-color: rgb(116,67,94); }

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

border-color css

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

 span { border-color: rgb(116,67,94); }

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