Html Css Color HEX #75645A Dorado

📋 copy color: '#75645A'

red 117 ◦ green 100 ◦ blue 90

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

Shades of Dorado #75645A

Tints of Dorado #75645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 38.11%
G = 32.57%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75645A (or 0x75645A) is known color: Dorado. HEX triplet: 75, 64 and 5A. RGB value is (117,100,90). Sum of RGB (Red+Green+Blue) = 117+100+90=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75645A is #8A9BA5. Grayscale: #686868. Windows color (decimal): -9083814 or 5923957. OLE color: 5923957.

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

Color convert

RGB 117 100 90 -
CMYK 0 0.15 0.23 0.54
HSL 22.22º 0.13% 0.41% -
HSV(B) 22.22º 0.23% 0.46% -
XYZ 13.74 13.63 11.58 -
YUV 103.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 117 100 90 0 0.15 0.23 0.54 22.22 0.13 0.41
Hex 75 64 5A 0 F 17 36 16 D 29
Octal 165 144 132 0 17 27 66 26 15 51
Binary 1110101 1100100 1011010 0 1111 10111 110110 10110 1101 101001

Color Harmonies of #75645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75645A

Black with #75645A

Text Example


Text Example

White with #75645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75645A; }

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

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

background-color css

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

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

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

border-color css

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

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

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