Html Css Color HEX #746F3A Crete

📋 copy color: '#746F3A'

red 116 ◦ green 111 ◦ blue 58

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

Shades of Crete #746F3A

Tints of Crete #746F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.95%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 40.7%
G = 38.95%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#746F3A (or 0x746F3A) is known color: Crete. HEX triplet: 74, 6F and 3A. RGB value is (116,111,58). Sum of RGB (Red+Green+Blue) = 116+111+58=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F3A is #8B90C5. Grayscale: #6A6A6A. Windows color (decimal): -9146566 or 3829620. OLE color: 3829620.

HSL color Cylindrical-coordinate representation of color #746F3A: hue angle of 54.83º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #746F3A is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 111 58 -
CMYK 0 0.04 0.5 0.55
HSL 54.83º 0.33% 0.34% -
HSV(B) 54.83º 0.5% 0.45% -
XYZ 13.65 15.39 6.25 -
YUV 106.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 116 111 58 0 0.04 0.5 0.55 54.83 0.33 0.34
Hex 74 6F 3A 0 4 32 37 37 21 22
Octal 164 157 72 0 4 62 67 67 41 42
Binary 1110100 1101111 111010 0 100 110010 110111 110111 100001 100010

Color Harmonies of #746F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F3A

Black with #746F3A

Text Example


Text Example

White with #746F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F3A; }

 p { color: rgb(116,111,58); }

 H1.HeaderClassName
 {
   color: #746F3A;
 }
 .AnyTagClassName
 {
   color: #746F3A;
 }
</style>

background-color css

<style>
 a { background-color: #746F3A; }

 a { background-color: rgb(116,111,58); }

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

border-color css

<style>
 span { border-color: #746F3A; }

 span { border-color: rgb(116,111,58); }

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