Html Css Color HEX #765A64 Cosmic

📋 copy color: '#765A64'

red 118 ◦ green 90 ◦ blue 100

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

Shades of Cosmic #765A64

Tints of Cosmic #765A64

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.22%

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 38.31%
G = 29.22%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#765A64 (or 0x765A64) is known color: Cosmic. HEX triplet: 76, 5A and 64. RGB value is (118,90,100). Sum of RGB (Red+Green+Blue) = 118+90+100=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A64 is #89A59B. Grayscale: #636363. Windows color (decimal): -9020828 or 6576758. OLE color: 6576758.

HSL color Cylindrical-coordinate representation of color #765A64: hue angle of 338.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #765A64 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 90 100 -
CMYK 0 0.24 0.15 0.54
HSL 338.57º 0.13% 0.41% -
HSV(B) 338.57º 0.24% 0.46% -
XYZ 13.43 12.08 13.68 -
YUV 99.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 118 90 100 0 0.24 0.15 0.54 338.57 0.13 0.41
Hex 76 5A 64 0 18 F 36 153 D 29
Octal 166 132 144 0 30 17 66 523 15 51
Binary 1110110 1011010 1100100 0 11000 1111 110110 101010011 1101 101001

Color Harmonies of #765A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A64

Black with #765A64

Text Example


Text Example

White with #765A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765A64; }

 p { color: rgb(118,90,100); }

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

background-color css

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

 a { background-color: rgb(118,90,100); }

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

border-color css

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

 span { border-color: rgb(118,90,100); }

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