Html Css Color HEX #746C30 Crete

📋 copy color: '#746C30'

red 116 ◦ green 108 ◦ blue 48

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

Shades of Crete #746C30

Tints of Crete #746C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.71%

 BLUE value IS 48 (19.14% from 255) = 17.65%

R = 42.65%
G = 39.71%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#746C30 (or 0x746C30) is known color: Crete. HEX triplet: 74, 6C and 30. RGB value is (116,108,48). Sum of RGB (Red+Green+Blue) = 116+108+48=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #746C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C30 is #8B93CF. Grayscale: #676767. Windows color (decimal): -9147344 or 3173492. OLE color: 3173492.

HSL color Cylindrical-coordinate representation of color #746C30: hue angle of 52.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #746C30 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 48 -
CMYK 0 0.07 0.59 0.55
HSL 52.94º 0.41% 0.32% -
HSV(B) 52.94º 0.59% 0.45% -
XYZ 13.1 14.65 4.93 -
YUV 103.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 116 108 48 0 0.07 0.59 0.55 52.94 0.41 0.32
Hex 74 6C 30 0 7 3B 37 35 29 20
Octal 164 154 60 0 7 73 67 65 51 40
Binary 1110100 1101100 110000 0 111 111011 110111 110101 101001 100000

Color Harmonies of #746C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C30

Black with #746C30

Text Example


Text Example

White with #746C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,108,48); }

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

background-color css

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

 a { background-color: rgb(116,108,48); }

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

border-color css

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

 span { border-color: rgb(116,108,48); }

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