Html Css Color HEX #734B5E Cosmic

📋 copy color: '#734B5E'

red 115 ◦ green 75 ◦ blue 94

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

Shades of Cosmic #734B5E

Tints of Cosmic #734B5E

RGB

 RED value IS 115 (45.31% from 255) = 40.49%

 GREEN value IS 75 (29.69% from 255) = 26.41%

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

R = 40.49%
G = 26.41%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#734B5E (or 0x734B5E) is known color: Cosmic. HEX triplet: 73, 4B and 5E. RGB value is (115,75,94). Sum of RGB (Red+Green+Blue) = 115+75+94=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #734B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B5E is #8CB4A1. Grayscale: #595959. Windows color (decimal): -9221282 or 6179699. OLE color: 6179699.

HSL color Cylindrical-coordinate representation of color #734B5E: hue angle of 331.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #734B5E is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 75 94 -
CMYK 0 0.35 0.18 0.55
HSL 331.5º 0.21% 0.37% -
HSV(B) 331.5º 0.35% 0.45% -
XYZ 11.61 9.49 11.81 -
YUV 89.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 115 75 94 0 0.35 0.18 0.55 331.5 0.21 0.37
Hex 73 4B 5E 0 23 12 37 14C 15 25
Octal 163 113 136 0 43 22 67 514 25 45
Binary 1110011 1001011 1011110 0 100011 10010 110111 101001100 10101 100101

Color Harmonies of #734B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734B5E

Black with #734B5E

Text Example


Text Example

White with #734B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734B5E; }

 p { color: rgb(115,75,94); }

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

background-color css

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

 a { background-color: rgb(115,75,94); }

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

border-color css

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

 span { border-color: rgb(115,75,94); }

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