Html Css Color HEX #74645B Dorado

📋 copy color: '#74645B'

red 116 ◦ green 100 ◦ blue 91

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

Shades of Dorado #74645B

Tints of Dorado #74645B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 37.79%
G = 32.57%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74645B (or 0x74645B) is known color: Dorado. HEX triplet: 74, 64 and 5B. RGB value is (116,100,91). Sum of RGB (Red+Green+Blue) = 116+100+91=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74645B is #8B9BA4. Grayscale: #676767. Windows color (decimal): -9149349 or 5989492. OLE color: 5989492.

HSL color Cylindrical-coordinate representation of color #74645B: hue angle of 21.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74645B is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 91 -
CMYK 0 0.14 0.22 0.55
HSL 21.6º 0.12% 0.41% -
HSV(B) 21.6º 0.22% 0.45% -
XYZ 13.65 13.58 11.8 -
YUV 103.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 116 100 91 0 0.14 0.22 0.55 21.6 0.12 0.41
Hex 74 64 5B 0 E 16 37 16 C 29
Octal 164 144 133 0 16 26 67 26 14 51
Binary 1110100 1100100 1011011 0 1110 10110 110111 10110 1100 101001

Color Harmonies of #74645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74645B

Black with #74645B

Text Example


Text Example

White with #74645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74645B; }

 p { color: rgb(116,100,91); }

 H1.HeaderClassName
 {
   color: #74645B;
 }
 .AnyTagClassName
 {
   color: #74645B;
 }
</style>

background-color css

<style>
 a { background-color: #74645B; }

 a { background-color: rgb(116,100,91); }

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

border-color css

<style>
 span { border-color: #74645B; }

 span { border-color: rgb(116,100,91); }

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